summaryrefslogtreecommitdiffstats
path: root/kpager/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpager/main.cpp')
-rw-r--r--kpager/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpager/main.cpp b/kpager/main.cpp
index 9f2282b59..685e1375b 100644
--- a/kpager/main.cpp
+++ b/kpager/main.cpp
@@ -77,8 +77,8 @@ int main(int argc, char **argv)
aboutdata->addAuthor("Matthias Ettrich",
I18N_NOOP("Developer"),"ettrich@kde.org", "");
- KCmdLineArgs::init(argc, argv, aboutdata);
- KCmdLineArgs::addCmdLineOptions(pagerOpts);
+ TDECmdLineArgs::init(argc, argv, aboutdata);
+ TDECmdLineArgs::addCmdLineOptions(pagerOpts);
KUniqueApplication::addCmdLineOptions();
if (!KUniqueApplication::start())
@@ -89,7 +89,7 @@ int main(int argc, char **argv)
KApplication * app = new KPagerApplication;
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
KPagerMainWindow *kpager = new KPagerMainWindow(0,"KPager");
kpager->setPlainCaption( i18n("Desktop Pager") );