summaryrefslogtreecommitdiffstats
path: root/src/Mainpage.dox
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-21 18:57:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-21 18:57:01 -0600
commit5c0390ebaa2be82d8684af5a6bc2b16740f4cc1b (patch)
tree62ea22772d9dfeca3552c15ec9fdb1667be99aba /src/Mainpage.dox
parent15a642e75c65d90fe4484586f585cdcd4f52ab5d (diff)
downloadtdevelop-5c0390ebaa2be82d8684af5a6bc2b16740f4cc1b.tar.gz
tdevelop-5c0390ebaa2be82d8684af5a6bc2b16740f4cc1b.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/Mainpage.dox')
-rw-r--r--src/Mainpage.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mainpage.dox b/src/Mainpage.dox
index bbf96246..78ee051b 100644
--- a/src/Mainpage.dox
+++ b/src/Mainpage.dox
@@ -48,8 +48,8 @@ Example:
"", "http://www.myapp.org");
aboutData.addAuthor("Me", I18N_NOOP("Creator"), "me@myapp.org");
- KCmdLineArgs::init(argc, argv, &aboutData);
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::addCmdLineOptions( options );
TDEApplication app;