┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 8b52ba166..eacff0cba 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -27,7 +27,7 @@
static KCmdLineOptions options[] =
{
- { "+[URL]", I18N_NOOP( "Document to open" ), 0 },
+ { "+[Url]", I18N_NOOP( "Document to open" ), 0 },
KCmdLineLastOption
};
@@ -68,7 +68,7 @@ int main(int argc, char **argv)
} else {
KCmdLineArgs* args = KCmdLineArgs::parsedArgs();
if (args->count() > 0) {
- mainWin.activeView()->setURL(args->url(0));
+ mainWin.activeView()->setUrl(args->url(0));
for (int i = 1; i < args->count(); ++i) {
KRun::run("dolphin", args->url(i));