diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:46 -0600 |
commit | 50d6569cdef5f0aac099f5d01864bd0e14f82ae3 (patch) | |
tree | c1df4e69800be09a5873c527831b700268dd7cdf /krfb | |
parent | 9598af160810ee4dccabad48563ddecd071c6065 (diff) | |
download | tdenetwork-50d6569cdef5f0aac099f5d01864bd0e14f82ae3.tar.gz tdenetwork-50d6569cdef5f0aac099f5d01864bd0e14f82ae3.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'krfb')
-rw-r--r-- | krfb/krfb/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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; |