From 5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:44:17 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- konqueror/keditbookmarks/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'konqueror/keditbookmarks/main.cpp') 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 #include -static KCmdLineOptions options[] = { +static TDECmdLineOptions options[] = { {"importmoz ", I18N_NOOP("Import bookmarks from a file in Mozilla format"), 0}, {"importns ", I18N_NOOP("Import bookmarks from a file in Netscape (4.x and earlier) format"), 0}, {"importie ", I18N_NOOP("Import bookmarks from a file in Internet Explorer's Favorites format"), 0}, @@ -56,7 +56,7 @@ static KCmdLineOptions options[] = { {"customcaption ", 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) { -- cgit v1.2.1