From 32b66c9ae78f439199a6d281cc33218e57c5106d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:47 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kalarm/kalarmapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kalarm/kalarmapp.cpp') diff --git a/kalarm/kalarmapp.cpp b/kalarm/kalarmapp.cpp index 658919a63..3792a580f 100644 --- a/kalarm/kalarmapp.cpp +++ b/kalarm/kalarmapp.cpp @@ -262,7 +262,7 @@ int KAlarmApp::newInstance() if (!firstInstance || !isRestored()) { TQString usage; - KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); // Use a 'do' loop which is executed only once to allow easy error exits. // Errors use 'break' to skip to the end of the function. -- cgit v1.2.1