summaryrefslogtreecommitdiffstats
path: root/noatun/app
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/app')
-rw-r--r--noatun/app/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/app/main.cpp b/noatun/app/main.cpp
index 86883461..3aae6274 100644
--- a/noatun/app/main.cpp
+++ b/noatun/app/main.cpp
@@ -37,8 +37,8 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
aboutData.addCredit("Bill Huey", I18N_NOOP("Special help with the equalizer"));
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions(options);
NoatunApp::addCmdLineOptions();
NoatunApp app;