diff options
Diffstat (limited to 'noatun/library/app.cpp')
-rw-r--r-- | noatun/library/app.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/app.cpp b/noatun/library/app.cpp index 9f28ec0f..42615a8b 100644 --- a/noatun/library/app.cpp +++ b/noatun/library/app.cpp @@ -377,7 +377,7 @@ KPopupMenu *NoatunApp::pluginMenu() int NoatunApp::newInstance() { // TODO, this should call playlist()->handleArguments(); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); bool clear = clearOnOpen(); bool playme=true; |