summaryrefslogtreecommitdiffstats
path: root/kcontrol/randr/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/randr/main.cpp')
-rw-r--r--kcontrol/randr/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/randr/main.cpp b/kcontrol/randr/main.cpp
index b48232d2c..39903351b 100644
--- a/kcontrol/randr/main.cpp
+++ b/kcontrol/randr/main.cpp
@@ -42,8 +42,8 @@ int main(int argc, char **argv)
aboutData.setProductName("krandr/krandrtray");
KGlobal::locale()->setMainCatalogue("krandr");
- KCmdLineArgs::init(argc,argv,&aboutData);
- KCmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs::init(argc,argv,&aboutData);
+ TDECmdLineArgs::addCmdLineOptions(options);
KApplication::addCmdLineOptions();
KRandRApp app;