summaryrefslogtreecommitdiffstats
path: root/kstartperf/kstartperf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstartperf/kstartperf.cpp')
-rw-r--r--kstartperf/kstartperf.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstartperf/kstartperf.cpp b/kstartperf/kstartperf.cpp
index 49d60f01..4e536ccc 100644
--- a/kstartperf/kstartperf.cpp
+++ b/kstartperf/kstartperf.cpp
@@ -78,9 +78,9 @@ int main(int argc, char **argv)
aboutData.addAuthor("Geert Jansen", I18N_NOOP("Maintainer"),
"jansen@kde.org", "http://www.stack.nl/~geertj/");
- KCmdLineArgs::init(argc, argv, &aboutData);
- KCmdLineArgs::addCmdLineOptions(options);
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
KApplication *app = new KApplication(false, false);