diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:45 -0600 |
commit | 58646ccdcdc8ee08b081edba54e1460ff3295166 (patch) | |
tree | f9234aed98aaaa0f7d88e7234505d34f0a8147a4 /noatun/library/playlist.cpp | |
parent | f22c05e92636f81736560df2b4bfa0953fbc82b2 (diff) | |
download | tdemultimedia-58646ccdcdc8ee08b081edba54e1460ff3295166.tar.gz tdemultimedia-58646ccdcdc8ee08b081edba54e1460ff3295166.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'noatun/library/playlist.cpp')
-rw-r--r-- | noatun/library/playlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |