diff options
Diffstat (limited to 'kexi/plugins/macros/tests/komacrotestgui.cpp')
-rw-r--r-- | kexi/plugins/macros/tests/komacrotestgui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/plugins/macros/tests/komacrotestgui.cpp b/kexi/plugins/macros/tests/komacrotestgui.cpp index 3c9eb147..95c019f8 100644 --- a/kexi/plugins/macros/tests/komacrotestgui.cpp +++ b/kexi/plugins/macros/tests/komacrotestgui.cpp @@ -36,8 +36,8 @@ static const KCmdLineOptions options[] = int main( int argc, char** argv ) { try { - KAboutData const about("KomacroTests", I18N_NOOP("KomacroTests"), version, description, - KAboutData::License_LGPL, "(C) 2005 Tobi Krebs", 0, 0, + TDEAboutData const about("KomacroTests", I18N_NOOP("KomacroTests"), version, description, + TDEAboutData::License_LGPL, "(C) 2005 Tobi Krebs", 0, 0, TDECmdLineArgs::init(argc, argv, &about); |