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/konq_main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'konqueror/konq_main.cc') diff --git a/konqueror/konq_main.cc b/konqueror/konq_main.cc index 9edb00a1b..c166315e8 100644 --- a/konqueror/konq_main.cc +++ b/konqueror/konq_main.cc @@ -36,7 +36,7 @@ #include -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "silent", I18N_NOOP("Start without a default window"), 0 }, { "preload", I18N_NOOP("Preload for later use"), 0 }, @@ -45,7 +45,7 @@ static const KCmdLineOptions options[] = { "mimetype ", I18N_NOOP("Mimetype to use for this URL (e.g. text/html or inode/directory)"), 0 }, { "select", I18N_NOOP("For URLs that point to files, opens the directory and selects the file, instead of opening the actual file"), 0 }, { "+[URL]", I18N_NOOP("Location to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KDE_EXPORT int kdemain( int argc, char **argv ) -- cgit v1.2.1