summaryrefslogtreecommitdiffstats
path: root/ksayit/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:13:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:13:21 -0600
commit973b82a5b271e07036dedbed227ff0592f0e18ad (patch)
treeaadc3a318fbae76efa514227adbe1e38b9a5d05f /ksayit/src/main.cpp
parentd1366b97bcc67b2662d5c5058b46c7666a087d12 (diff)
downloadtdeaccessibility-973b82a5b271e07036dedbed227ff0592f0e18ad.tar.gz
tdeaccessibility-973b82a5b271e07036dedbed227ff0592f0e18ad.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'ksayit/src/main.cpp')
-rw-r--r--ksayit/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/src/main.cpp b/ksayit/src/main.cpp
index c7c9b26..6b23aba 100644
--- a/ksayit/src/main.cpp
+++ b/ksayit/src/main.cpp
@@ -40,8 +40,8 @@ static const char *description =
int main(int argc, char *argv[])
{
- KAboutData aboutData( "ksayit", I18N_NOOP("KSayIt"),
- KSAYIT_VERSION, description, KAboutData::License_GPL,
+ TDEAboutData aboutData( "ksayit", I18N_NOOP("KSayIt"),
+ KSAYIT_VERSION, description, TDEAboutData::License_GPL,
"(c) 1996 - 2005, Robert Vogl", 0, 0, "voglrobe@web.de");
aboutData.addAuthor("Robert Vogl",0, "voglrobe@web.de");
TDECmdLineArgs::init( argc, argv, &aboutData );