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 --- kruler/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kruler') diff --git a/kruler/main.cpp b/kruler/main.cpp index 196909a6..646e5383 100644 --- a/kruler/main.cpp +++ b/kruler/main.cpp @@ -46,8 +46,8 @@ int main(int argc, char *argv[]) homePageURL); aboutData.addAuthor("Till Krech",I18N_NOOP("Programming"), "till@snafu.de"); aboutData.addCredit("Gunnstein Lye",I18N_NOOP("Initial port to KDE 2"), "gl@ez.no"); - 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; -- cgit v1.2.3