summaryrefslogtreecommitdiffstats
path: root/kicker/proxy/extensiondebugger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/proxy/extensiondebugger.cpp')
-rw-r--r--kicker/proxy/extensiondebugger.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kicker/proxy/extensiondebugger.cpp b/kicker/proxy/extensiondebugger.cpp
index 796f10c93..4fa1d8332 100644
--- a/kicker/proxy/extensiondebugger.cpp
+++ b/kicker/proxy/extensiondebugger.cpp
@@ -79,11 +79,11 @@ int main( int argc, char ** argv )
,I18N_NOOP("Panel extension proxy.")
, KAboutData::License_BSD
, "(c) 2000, The KDE Developers");
- KCmdLineArgs::init(argc, argv, &aboutData );
+ TDECmdLineArgs::init(argc, argv, &aboutData );
aboutData.addAuthor("Matthias Elter",0, "elter@kde.org");
aboutData.addAuthor("Matthias Ettrich",0, "ettrich@kde.org");
KApplication::addCmdLineOptions();
- KCmdLineArgs::addCmdLineOptions(options); // Add our own options.
+ TDECmdLineArgs::addCmdLineOptions(options); // Add our own options.
KApplication a;
a.disableSessionManagement();
@@ -94,11 +94,11 @@ int main( int argc, char ** argv )
TQString df;
// parse cmdline args
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
// sanity check
if ( args->count() == 0 )
- KCmdLineArgs::usage(i18n("No desktop file specified") );
+ TDECmdLineArgs::usage(i18n("No desktop file specified") );
TQCString desktopFile = TQCString( args->arg(0) );