summaryrefslogtreecommitdiffstats
path: root/kverbos
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:17:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:17:27 -0600
commit78f8b2d68bde64c6e656effef397080ddfa1048d (patch)
tree83166b4ada30661b704e9ba65346af0f6608f94d /kverbos
parentf2240fa06f8350fbbd6e6a4f23fe0c164768c6c1 (diff)
downloadtdeedu-78f8b2d68bde64c6e656effef397080ddfa1048d.tar.gz
tdeedu-78f8b2d68bde64c6e656effef397080ddfa1048d.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kverbos')
-rw-r--r--kverbos/kverbos/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kverbos/kverbos/main.cpp b/kverbos/kverbos/main.cpp
index 91dd6c71..dc05e985 100644
--- a/kverbos/kverbos/main.cpp
+++ b/kverbos/kverbos/main.cpp
@@ -35,8 +35,8 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[])
{
- KAboutData aboutData( "kverbos", I18N_NOOP("KVerbos"),
- VERSION, description, KAboutData::License_GPL,
+ TDEAboutData aboutData( "kverbos", I18N_NOOP("KVerbos"),
+ VERSION, description, TDEAboutData::License_GPL,
"(c) 2001, Arnold Kraschinski", 0, 0, "arnold.k67@gmx.de");
aboutData.addAuthor("Arnold Kraschinski",0, "arnold.k67@gmx.de");
aboutData.addCredit("David Vignoni", I18N_NOOP("svg icon"), "david80v@tin.it");