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 --- kdebugdialog/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdebugdialog') 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 ", /*I18N_NOOP TODO*/ "Turn area on", 0 }, { "off ", /*I18N_NOOP TODO*/ "Turn area off", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char ** argv) -- cgit v1.2.1