summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/macros/tests/komacrotest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/macros/tests/komacrotest.cpp')
-rw-r--r--kexi/plugins/macros/tests/komacrotest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/plugins/macros/tests/komacrotest.cpp b/kexi/plugins/macros/tests/komacrotest.cpp
index 2a1cc900..33e53eb8 100644
--- a/kexi/plugins/macros/tests/komacrotest.cpp
+++ b/kexi/plugins/macros/tests/komacrotest.cpp
@@ -33,11 +33,11 @@ static KCmdLineOptions options[] =
int main( int argc, char** argv )
{
try {
- KAboutData about("KoMacroTester",
+ TDEAboutData about("KoMacroTester",
I18N_NOOP("KoMacroTester"),
version,
description,
- KAboutData::License_LGPL,
+ TDEAboutData::License_LGPL,
"(C) 2005 Sebastian Sauer", 0, 0, "mail@dipe.org");
TDECmdLineArgs::init(argc, argv, &about);