From 6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:48 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- ktimer/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ktimer') diff --git a/ktimer/main.cpp b/ktimer/main.cpp index 5a97379..b35d8eb 100644 --- a/ktimer/main.cpp +++ b/ktimer/main.cpp @@ -34,7 +34,7 @@ int main( int argc, char **argv ) version, description, KAboutData::License_GPL, "(c) 2001, Stefan Schimanski"); aboutData.addAuthor("Stefan Schimanski",0, "schimmi@kde.org"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication app; -- cgit v1.2.1