From 4ffd16a310c74db19a5ba0c297234470f01cd7b3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:44 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- ksokoban/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ksokoban/main.cpp') diff --git a/ksokoban/main.cpp b/ksokoban/main.cpp index 714349dd..dcd5be72 100644 --- a/ksokoban/main.cpp +++ b/ksokoban/main.cpp @@ -53,8 +53,8 @@ main (int argc, char **argv) I18N_NOOP("For contributing the Sokoban levels included in this game"), "sasquatch@bentonrea.com", "http://users.bentonrea.com/~sasquatch/"); - KCmdLineArgs::init(argc, argv, &aboutData); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::addCmdLineOptions(options); // KUniqueApplication::addCmdLineOptions(); // if (!KUniqueApplication::start()) @@ -70,7 +70,7 @@ main (int argc, char **argv) app.setMainWidget(widget); widget->show(); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->count() > 0) { widget->openURL(args->url(0)); } -- cgit v1.2.1