summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/dcopservice/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:49 -0600
commitbdeb717137b6fc8693198008ccb97f8213973416 (patch)
treeaa91b6811b0632aeea6ac8402022cd6e1ff122fb /languages/cpp/app_templates/dcopservice/main.cpp
parent57c30b2881457b03f7ca0a20b14178e5c3baad63 (diff)
downloadtdevelop-bdeb717137b6fc8693198008ccb97f8213973416.tar.gz
tdevelop-bdeb717137b6fc8693198008ccb97f8213973416.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'languages/cpp/app_templates/dcopservice/main.cpp')
-rw-r--r--languages/cpp/app_templates/dcopservice/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/app_templates/dcopservice/main.cpp b/languages/cpp/app_templates/dcopservice/main.cpp
index ad5e1b2a..43f72701 100644
--- a/languages/cpp/app_templates/dcopservice/main.cpp
+++ b/languages/cpp/app_templates/dcopservice/main.cpp
@@ -26,8 +26,8 @@ int main (int argc, char *argv[])
KAboutData::License_GPL, "(C) %{YEAR}, %{AUTHOR}");
aboutdata.addAuthor("%{AUTHOR}",I18N_NOOP("Developer"),"%{EMAIL}");
- KCmdLineArgs::init( argc, argv, &aboutdata );
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init( argc, argv, &aboutdata );
+ TDECmdLineArgs::addCmdLineOptions( options );
KUniqueApplication::addCmdLineOptions();
if (!KUniqueApplication::start())