summaryrefslogtreecommitdiffstats
path: root/konqueror/client
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:44:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:44:17 -0600
commit5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd (patch)
treea5eb4cb7c4754e533de65c5adee17d783e426425 /konqueror/client
parent98eb308fc180d9bea71f448b262ab796353ac904 (diff)
downloadtdebase-5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd.tar.gz
tdebase-5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'konqueror/client')
-rw-r--r--konqueror/client/kfmclient.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/konqueror/client/kfmclient.cc b/konqueror/client/kfmclient.cc
index f5586af62..ca61d80e4 100644
--- a/konqueror/client/kfmclient.cc
+++ b/konqueror/client/kfmclient.cc
@@ -59,13 +59,13 @@ TQCString clientApp::startup_id_str;
bool clientApp::m_ok = true;
bool s_interactive = true;
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "noninteractive", I18N_NOOP("Non interactive use: no message boxes"), 0},
{ "commands", I18N_NOOP("Show available commands"), 0},
{ "+command", I18N_NOOP("Command (see --commands)"), 0},
{ "+[URL(s)]", I18N_NOOP("Arguments for command"), 0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
extern "C" KDE_EXPORT int kdemain( int argc, char **argv )