summaryrefslogtreecommitdiffstats
path: root/kmag
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:41 -0600
commit7c140ea1cb70b8a6ecb34454514dcf91d7bcd0c7 (patch)
tree89a8149f783b247fc1f2b1508b5a3840f913ecde /kmag
parent94d34ce494ae248bfcfc3f4dfd194e6df2fb33dc (diff)
downloadtdeaccessibility-7c140ea1cb70b8a6ecb34454514dcf91d7bcd0c7.tar.gz
tdeaccessibility-7c140ea1cb70b8a6ecb34454514dcf91d7bcd0c7.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kmag')
-rw-r--r--kmag/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmag/main.cpp b/kmag/main.cpp
index 0cfb4b8..a543029 100644
--- a/kmag/main.cpp
+++ b/kmag/main.cpp
@@ -59,8 +59,8 @@ int main(int argc, char *argv[])
aboutData->addCredit("Claudiu Costin", I18N_NOOP("Some tips"), "claudiuc@work.ro",
"http://www.ro.kde.org");
- KCmdLineArgs::init( argc, argv, aboutData );
- KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
+ TDECmdLineArgs::init( argc, argv, aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KApplication app;
@@ -72,7 +72,7 @@ int main(int argc, char *argv[])
{
kmagapp = new KmagApp();
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
args->clear();
}