From 50d6569cdef5f0aac099f5d01864bd0e14f82ae3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:46 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- krdc/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'krdc') diff --git a/krdc/main.cpp b/krdc/main.cpp index e808b6fb..daf6d38d 100644 --- a/krdc/main.cpp +++ b/krdc/main.cpp @@ -92,8 +92,8 @@ int main(int argc, char *argv[]) I18N_NOOP("TightVNC encoding")); aboutData.addCredit("Tridia Corporation", I18N_NOOP("ZLib encoding")); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication a; @@ -108,7 +108,7 @@ int main(int argc, char *argv[]) bool localCursor = kapp->config()->readBoolEntry("alwaysShowLocalCursor", false); TQSize initialWindowSize; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->isSet("low-quality")) quality = QUALITY_LOW; -- cgit v1.2.1