summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor/test/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/formeditor/test/main.cpp')
-rw-r--r--kexi/formeditor/test/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/formeditor/test/main.cpp b/kexi/formeditor/test/main.cpp
index 629a1026..dcda9cc9 100644
--- a/kexi/formeditor/test/main.cpp
+++ b/kexi/formeditor/test/main.cpp
@@ -37,8 +37,8 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData about("kformdesigner", I18N_NOOP("KFormDesigner"), version, description,
- KAboutData::License_LGPL, "(C) 2003-2005 Kexi Team", 0, 0);
+ TDEAboutData about("kformdesigner", I18N_NOOP("KFormDesigner"), version, description,
+ TDEAboutData::License_LGPL, "(C) 2003-2005 Kexi Team", 0, 0);
about.addCredit( "Lucijan Busch", "Original author", 0, "lucijan@kde.org" );
about.addAuthor( "Cedric Pasteur", 0, "cedric.pasteur@free.fr");
about.addCredit( "Jarosław Staniek", "Win32 version, some icons, many fixes, ideas and bug reports", "js@iidea.pl", 0);