summaryrefslogtreecommitdiffstats
path: root/kexi/core/kexiaboutdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/core/kexiaboutdata.cpp')
-rw-r--r--kexi/core/kexiaboutdata.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/core/kexiaboutdata.cpp b/kexi/core/kexiaboutdata.cpp
index 51265bdbb..e41cf0ff2 100644
--- a/kexi/core/kexiaboutdata.cpp
+++ b/kexi/core/kexiaboutdata.cpp
@@ -38,15 +38,15 @@ static const char *description =
using namespace Kexi;
-KAboutData* Kexi::createAboutData()
+TDEAboutData* Kexi::createAboutData()
{
- KAboutData *aboutData=new KAboutData( "kexi", KEXI_APP_NAME,
+ TDEAboutData *aboutData=new TDEAboutData( "kexi", KEXI_APP_NAME,
KEXI_VERSION_STRING
#ifndef CUSTOM_VERSION
" (KOffice " KOFFICE_VERSION_STRING ")"
#endif
, description,
- KAboutData::License_LGPL_V2,
+ TDEAboutData::License_LGPL_V2,
I18N_NOOP( "(c) 2002-2007, Kexi Team\n"
"(c) 2003-2007, OpenOffice Polska LLC\n"),
I18N_NOOP( "This software is developed by Kexi Team - an international group\n"