summaryrefslogtreecommitdiffstats
path: root/ksayit
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 /ksayit
parent94d34ce494ae248bfcfc3f4dfd194e6df2fb33dc (diff)
downloadtdeaccessibility-7c140ea1cb70b8a6ecb34454514dcf91d7bcd0c7.tar.gz
tdeaccessibility-7c140ea1cb70b8a6ecb34454514dcf91d7bcd0c7.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'ksayit')
-rw-r--r--ksayit/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/src/main.cpp b/ksayit/src/main.cpp
index 5312d80..921c3a1 100644
--- a/ksayit/src/main.cpp
+++ b/ksayit/src/main.cpp
@@ -44,7 +44,7 @@ int main(int argc, char *argv[])
KSAYIT_VERSION, description, KAboutData::License_GPL,
"(c) 1996 - 2005, Robert Vogl", 0, 0, "voglrobe@web.de");
aboutData.addAuthor("Robert Vogl",0, "voglrobe@web.de");
- KCmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
KApplication app;