diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:44:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:44:17 -0600 |
commit | 5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd (patch) | |
tree | a5eb4cb7c4754e533de65c5adee17d783e426425 /konqueror/keditbookmarks/main.cpp | |
parent | 98eb308fc180d9bea71f448b262ab796353ac904 (diff) | |
download | tdebase-5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd.tar.gz tdebase-5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'konqueror/keditbookmarks/main.cpp')
-rw-r--r-- | konqueror/keditbookmarks/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konqueror/keditbookmarks/main.cpp b/konqueror/keditbookmarks/main.cpp index 97e7ec0e2..956573280 100644 --- a/konqueror/keditbookmarks/main.cpp +++ b/konqueror/keditbookmarks/main.cpp @@ -40,7 +40,7 @@ #include <kbookmarkmanager.h> #include <kbookmarkexporter.h> -static KCmdLineOptions options[] = { +static TDECmdLineOptions options[] = { {"importmoz <filename>", I18N_NOOP("Import bookmarks from a file in Mozilla format"), 0}, {"importns <filename>", I18N_NOOP("Import bookmarks from a file in Netscape (4.x and earlier) format"), 0}, {"importie <filename>", I18N_NOOP("Import bookmarks from a file in Internet Explorer's Favorites format"), 0}, @@ -56,7 +56,7 @@ static KCmdLineOptions options[] = { {"customcaption <caption>", I18N_NOOP("Set the user readable caption for example \"Konsole\""), 0}, {"nobrowser", I18N_NOOP("Hide all browser related functions"), 0}, {"+[file]", I18N_NOOP("File to edit"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; static void continueInWindow(TQString _wname) { |