From d41050ea3f6904e5156d35f664346b816b9e4d12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:43 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kscreensaver/random.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kscreensaver/random.cpp') diff --git a/kscreensaver/random.cpp b/kscreensaver/random.cpp index 6ce3c975f..13749dafd 100644 --- a/kscreensaver/random.cpp +++ b/kscreensaver/random.cpp @@ -101,15 +101,15 @@ bool hasDirectRendering () { int main(int argc, char *argv[]) { KLocale::setMainCatalogue("kscreensaver"); - KCmdLineArgs::init(argc, argv, appName, I18N_NOOP("Random screen saver"), description, version); + TDECmdLineArgs::init(argc, argv, appName, I18N_NOOP("Random screen saver"), description, version); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::addCmdLineOptions(options); KApplication app; Window windowId = 0; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->isSet("setup")) { -- cgit v1.2.3