From c705f8f0619865875d6247d9470dced55241bc79 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:45 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kiconedit/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kiconedit') diff --git a/kiconedit/main.cpp b/kiconedit/main.cpp index 7c016af7..523a5615 100644 --- a/kiconedit/main.cpp +++ b/kiconedit/main.cpp @@ -54,8 +54,8 @@ int main(int argc, char **argv) "Lots of fixes and cleanup", "nhasan@nadmm.com" ); aboutData.addCredit( "Adrian Page", I18N_NOOP("Bug fixes and GUI tidy up"), "Adrian.Page@tesco.net" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); // Add our own options. + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. KApplication a; @@ -67,7 +67,7 @@ int main(int argc, char **argv) } else { - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); for(int i = 0; i < args->count(); i++) { KIconEdit *ki = new KIconEdit(args->url(i), "kiconedit"); -- cgit v1.2.1