summaryrefslogtreecommitdiffstats
path: root/kdict
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:21:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:21:16 -0600
commitef71f46965855308db367f74956513eccc71bc46 (patch)
tree71f1aca189b7beda22f9e95b19608dccfa4f3050 /kdict
parentbdf47e8ffbf1c94f4852d9aa2eb535a9ec176658 (diff)
downloadtdenetwork-ef71f46965855308db367f74956513eccc71bc46.tar.gz
tdenetwork-ef71f46965855308db367f74956513eccc71bc46.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kdict')
-rw-r--r--kdict/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdict/main.cpp b/kdict/main.cpp
index 17e6e6dd..55b6899d 100644
--- a/kdict/main.cpp
+++ b/kdict/main.cpp
@@ -31,11 +31,11 @@ static KCmdLineOptions knoptions[] =
extern "C" KDE_EXPORT int kdemain(int argc, char* argv[])
{
- KAboutData aboutData("kdict",
+ TDEAboutData aboutData("kdict",
I18N_NOOP("Dictionary"),
KDICT_VERSION,
I18N_NOOP("The TDE Dictionary Client"),
- KAboutData:: License_Artistic,
+ TDEAboutData:: License_Artistic,
"Copyright (c) 1999-2001, Christian Gebauer\nCopyright (c) 1998, Matthias Hoelzer",
0,
0);