summaryrefslogtreecommitdiffstats
path: root/noatun/library
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library')
-rw-r--r--noatun/library/app.cpp2
-rw-r--r--noatun/library/noatun/playlist.h2
-rw-r--r--noatun/library/playlist.cpp2
3 files changed, 3 insertions, 3 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;
diff --git a/noatun/library/noatun/playlist.h b/noatun/library/noatun/playlist.h
index 2bc0f763..b80721a0 100644
--- a/noatun/library/noatun/playlist.h
+++ b/noatun/library/noatun/playlist.h
@@ -405,7 +405,7 @@ public:
virtual bool listVisible() const =0;
/**
- * do the KCmdLineArgs stuff
+ * do the TDECmdLineArgs stuff
**/
int handleArguments();
diff --git a/noatun/library/playlist.cpp b/noatun/library/playlist.cpp
index 7cc28337..1bc031d9 100644
--- a/noatun/library/playlist.cpp
+++ b/noatun/library/playlist.cpp
@@ -301,7 +301,7 @@ void Playlist::toggleList()
int Playlist::handleArguments()
{
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
int i;
bool play= napp->autoPlay();