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 --- kasteroids/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kasteroids') diff --git a/kasteroids/main.cpp b/kasteroids/main.cpp index 3d7140cd..978ea63c 100644 --- a/kasteroids/main.cpp +++ b/kasteroids/main.cpp @@ -27,7 +27,7 @@ int main( int argc, char *argv[] ) KASTEROIDS_VERSION, description, KAboutData::License_GPL, "(c) 1997, Martin R. Jones"); aboutData.addAuthor("Martin R. Jones",0, "mjones@kde.org"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication app; KGlobal::locale()->insertCatalogue("libtdegames"); -- cgit v1.2.3