summaryrefslogtreecommitdiffstats
path: root/tools/converter/koconverter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/converter/koconverter.cpp')
-rw-r--r--tools/converter/koconverter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/converter/koconverter.cpp b/tools/converter/koconverter.cpp
index d40d9545..fdef847f 100644
--- a/tools/converter/koconverter.cpp
+++ b/tools/converter/koconverter.cpp
@@ -72,9 +72,9 @@ void ProgressObject::slotProgress(int /* progress */ )
int main( int argc, char **argv )
{
- KAboutData aboutData( "koconverter", I18N_NOOP("KOConverter"), "1.4",
+ TDEAboutData aboutData( "koconverter", I18N_NOOP("KOConverter"), "1.4",
I18N_NOOP("KOffice Document Converter"),
- KAboutData::License_GPL,
+ TDEAboutData::License_GPL,
I18N_NOOP("(c) 2001-2004 KOffice developers") );
aboutData.addAuthor("David Faure",0, "faure@kde.org");
aboutData.addAuthor("Nicolas Goutte",0, "goutte@kde.org");