diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:41 -0600 |
commit | f7e4bdd856bc418cebaaa7ad09010ab389fc4fbc (patch) | |
tree | d204fb3c080ceca9df732fa8341c0af65ea792c2 /ksysv/main.cpp | |
parent | 98e5087a3aa6d07990de1321f42e15bd4006c530 (diff) | |
download | tdeadmin-f7e4bdd856bc418cebaaa7ad09010ab389fc4fbc.tar.gz tdeadmin-f7e4bdd856bc418cebaaa7ad09010ab389fc4fbc.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'ksysv/main.cpp')
-rw-r--r-- | ksysv/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/main.cpp b/ksysv/main.cpp index 170a514..f42ee15 100644 --- a/ksysv/main.cpp +++ b/ksysv/main.cpp @@ -65,7 +65,7 @@ int main( int argc, char **argv ) { about.addAuthor ("Peter Putzer", I18N_NOOP("Main developer"), "putzer@kde.org"); ksv::about = &about; - KCmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::init(argc, argv, &about); KUniqueApplication::addCmdLineOptions (); if (!KUniqueApplication::start()) { |