summaryrefslogtreecommitdiffstats
path: root/kget/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kget/main.cpp')
-rw-r--r--kget/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kget/main.cpp b/kget/main.cpp
index 589fb177..ffa891f1 100644
--- a/kget/main.cpp
+++ b/kget/main.cpp
@@ -135,7 +135,7 @@ public:
sDebugIn <<"kmainwidget="<<kmainwidget << endl;
#endif
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if (kmainwidget==0)
@@ -204,8 +204,8 @@ int main(int argc, char *argv[])
aboutData.addAuthor("Matej Koss", 0);
- KCmdLineArgs::init(argc, argv, &aboutData);
- KCmdLineArgs::addCmdLineOptions(option);
+ TDECmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::addCmdLineOptions(option);
KGetApp::addCmdLineOptions();