From 7fec7ff9a096d288b66fce2699c7b8bc71f6fbbb Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 22 Nov 2006 17:13:11 +0000 Subject: As KURL has been renamed to KUrl all classes and methods, which use the term 'URL', have been converted to use 'Url' instead (e. g. the class URLNavigator is called UrlNavigator now). svn path=/trunk/playground/utils/dolphin/; revision=606991 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') 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)); -- cgit v1.3