diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 24f44b5..429dc2a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -170,8 +170,8 @@ int main(int argc, char *argv[]) #endif //TQApplication::setColorSpec( TQApplication::ManyColor ); // Grab all 216 colors - KAboutData aboutData( "kdiff3", I18N_NOOP("KDiff3"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kdiff3", I18N_NOOP("KDiff3"), + VERSION, description, TDEAboutData::License_GPL, "(c) 2002-2007 Joachim Eibl", 0, "http://kdiff3.sourceforge.net/", "joachim.eibl" "@" "gmx.de"); aboutData.addAuthor("Joachim Eibl",0, "joachim.eibl" "@" "gmx.de"); aboutData.addCredit("Eike Sauer", "Bugfixes, Debian package maintainer" ); |