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 --- kioslave/audiocd/audiocd.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kioslave') diff --git a/kioslave/audiocd/audiocd.cpp b/kioslave/audiocd/audiocd.cpp index bd65d49d..ba1b8ada 100644 --- a/kioslave/audiocd/audiocd.cpp +++ b/kioslave/audiocd/audiocd.cpp @@ -80,13 +80,13 @@ int kdemain(int argc, char ** argv) // with the user putenv(strdup("SESSION_MANAGER=")); KApplication::disableAutoDcopRegistration(); - KCmdLineArgs::init(argc, argv, "kio_audiocd", 0, 0, 0, 0); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init(argc, argv, "kio_audiocd", 0, 0, 0, 0); + TDECmdLineArgs::addCmdLineOptions(options); KApplication app(false, true); kdDebug(7117) << "Starting " << getpid() << endl; - KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); AudioCDProtocol slave(args->arg(0), args->arg(1), args->arg(2)); slave.dispatchLoop(); -- cgit v1.2.1