From bdca89532dad1bac4872da110b3d118e9494c66a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:26 -0600 Subject: [PATCH] Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- keep/app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() )