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 --- ksame/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksame') diff --git a/ksame/main.cpp b/ksame/main.cpp index 91e87e75..936d6207 100644 --- a/ksame/main.cpp +++ b/ksame/main.cpp @@ -37,7 +37,7 @@ int main( int argc, char **argv ) { KAboutData aboutData("ksame", I18N_NOOP("SameGame"), KSAME_VERSION, description, KAboutData::License_GPL, copyright); aboutData.addAuthor("Marcus Kreutzberger", 0, "kreutzbe@informatik.mu-luebeck.de"); - KCmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::init(argc, argv, &aboutData); KApplication::setColorSpec(TQApplication::ManyColor+TQApplication::CustomColor); KApplication a; -- cgit v1.2.3