summaryrefslogtreecommitdiffstats
path: root/noatun/library
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:45 -0600
commit58646ccdcdc8ee08b081edba54e1460ff3295166 (patch)
treef9234aed98aaaa0f7d88e7234505d34f0a8147a4 /noatun/library
parentf22c05e92636f81736560df2b4bfa0953fbc82b2 (diff)
downloadtdemultimedia-58646ccdcdc8ee08b081edba54e1460ff3295166.tar.gz
tdemultimedia-58646ccdcdc8ee08b081edba54e1460ff3295166.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
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();