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 --- kshisen/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kshisen/main.cpp') diff --git a/kshisen/main.cpp b/kshisen/main.cpp index 1e4adcdc..099bb702 100644 --- a/kshisen/main.cpp +++ b/kshisen/main.cpp @@ -60,7 +60,7 @@ int main(int argc, char **argv) aboutData.addAuthor("Mario Weilguni", I18N_NOOP("Original Author"), "mweilguni@sime.com"); aboutData.addCredit("Jason Lane", I18N_NOOP("Added 'tiles removed' counter\nTile smooth-scaling and window resizing"), "jglane@btopenworld.com"); aboutData.addCredit(0, I18N_NOOP("Thanks also to everyone who should be listed here but isn't!"), 0); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication a; KGlobal::locale()->insertCatalogue("libtdegames"); -- cgit v1.2.1