diff options
Diffstat (limited to 'kbabel/kbabeldict/main.cpp')
-rw-r--r-- | kbabel/kbabeldict/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kbabel/kbabeldict/main.cpp b/kbabel/kbabeldict/main.cpp index 293a95bb..e4de092a 100644 --- a/kbabel/kbabeldict/main.cpp +++ b/kbabel/kbabeldict/main.cpp @@ -61,7 +61,7 @@ KBabelDictApplication::KBabelDictApplication() : KApplication() , topLevel(0) { - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); TQTimer timer; TQWidget *splash=0; @@ -122,10 +122,10 @@ int main(int argc, char **argv) , I18N_NOOP("_: EMAIL OF TRANSLATORS\nYour emails")); // Initialize command line args - KCmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::init(argc, argv, &about); // Tell which options are supported - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::addCmdLineOptions( options ); // Add options from other components KApplication::addCmdLineOptions(); |