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 --- katomic/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'katomic') diff --git a/katomic/main.cpp b/katomic/main.cpp index aecda398..86b270a2 100644 --- a/katomic/main.cpp +++ b/katomic/main.cpp @@ -50,7 +50,7 @@ int main(int argc, char **argv) aboutData.addCredit("Kai Jung", I18N_NOOP("6 new levels"), "jung@fh-fresenius.de"); aboutData.addCredit("Danny Allen", I18N_NOOP("Game graphics and application icon"), "danny@dannyallen.co.uk"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); TQApplication::setColorSpec(TQApplication::ManyColor); KApplication a; -- cgit v1.2.1