summaryrefslogtreecommitdiffstats
path: root/kfax
diff options
context:
space:
mode:
Diffstat (limited to 'kfax')
-rw-r--r--kfax/kfax.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfax/kfax.cpp b/kfax/kfax.cpp
index 2cc4e0f5..7e420a11 100644
--- a/kfax/kfax.cpp
+++ b/kfax/kfax.cpp
@@ -1649,8 +1649,8 @@ static KCmdLineOptions options[] =
int main (int argc, char **argv)
{
- KAboutData aboutData( "kfax", I18N_NOOP("KFax"),
- KFAXVERSION, description, KAboutData::License_GPL,
+ TDEAboutData aboutData( "kfax", I18N_NOOP("KFax"),
+ KFAXVERSION, description, TDEAboutData::License_GPL,
"(c) 1997-98 Bernd Johannes Wuebben");
aboutData.addAuthor( "Bernd Johannes Wuebben", 0, "wuebben@kde.org" );
aboutData.addCredit( "Nadeem Hasan", I18N_NOOP( "UI Rewrite, lots of code "