summaryrefslogtreecommitdiffstats
path: root/kdebugdialog
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 /kdebugdialog
parent98eb308fc180d9bea71f448b262ab796353ac904 (diff)
downloadtdebase-5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd.tar.gz
tdebase-5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kdebugdialog')
-rw-r--r--kdebugdialog/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdebugdialog/main.cpp b/kdebugdialog/main.cpp
index 1cc085a0c..235ac0771 100644
--- a/kdebugdialog/main.cpp
+++ b/kdebugdialog/main.cpp
@@ -67,12 +67,12 @@ TQStringList readAreaList()
return lst;
}
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "fullmode", I18N_NOOP("Show the fully-fledged dialog instead of the default list dialog"), 0 },
{ "on <area>", /*I18N_NOOP TODO*/ "Turn area on", 0 },
{ "off <area>", /*I18N_NOOP TODO*/ "Turn area off", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char ** argv)