From 58646ccdcdc8ee08b081edba54e1460ff3295166 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:45 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- noatun/library/playlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun/library/playlist.cpp') 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(); -- cgit v1.2.1