diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:26 -0600 |
commit | bdca89532dad1bac4872da110b3d118e9494c66a (patch) | |
tree | 1f710698dde05b84bede25a8108f0386981e588f | |
parent | 112e9dd2784978b8bcadd05e4e358030010cf0cf (diff) | |
download | keep-bdca89532dad1bac4872da110b3d118e9494c66a.tar.gz keep-bdca89532dad1bac4872da110b3d118e9494c66a.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-rw-r--r-- | keep/app/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keep/app/main.cpp b/keep/app/main.cpp index 414714c..7af5692 100644 --- a/keep/app/main.cpp +++ b/keep/app/main.cpp @@ -38,7 +38,7 @@ int main(int argc, char **argv) aboutData.addCredit("John Eckerson", I18N_NOOP("Application wording")); aboutData.addCredit("auxsvr", I18N_NOOP("Useful patches")); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KUniqueApplication::addCmdLineOptions(); if ( !KUniqueApplication::start() ) |