summaryrefslogtreecommitdiffstats
path: root/keep
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:26 -0600
commitbdca89532dad1bac4872da110b3d118e9494c66a (patch)
tree1f710698dde05b84bede25a8108f0386981e588f /keep
parent112e9dd2784978b8bcadd05e4e358030010cf0cf (diff)
downloadkeep-bdca89532dad1bac4872da110b3d118e9494c66a.tar.gz
keep-bdca89532dad1bac4872da110b3d118e9494c66a.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'keep')
-rw-r--r--keep/app/main.cpp2
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() )