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 --- krfb/krfb/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'krfb') diff --git a/krfb/krfb/main.cpp b/krfb/krfb/main.cpp index 6c68272b..6d21ee36 100644 --- a/krfb/krfb/main.cpp +++ b/krfb/krfb/main.cpp @@ -98,13 +98,13 @@ int main(int argc, char *argv[]) "kovalid@yahoo.com"); aboutData.addCredit("Karl Vogel", I18N_NOOP("KDesktop background deactivation")); - KCmdLineArgs::init(argc, argv, &aboutData); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::addCmdLineOptions(options); KApplication app; Configuration *config; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); TQString fdString; if (!args->isSet(ARG_KINETD)) { bool kinetdA, krfbA; -- cgit v1.2.1