diff options
Diffstat (limited to 'kmymoney2/main.cpp')
-rw-r--r-- | kmymoney2/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/main.cpp b/kmymoney2/main.cpp index d171acf..4896a57 100644 --- a/kmymoney2/main.cpp +++ b/kmymoney2/main.cpp @@ -95,8 +95,8 @@ int main(int argc, char *argv[]) if(!feature.isEmpty()) feature = I18N_NOOP("Compiled with the following settings:\n") + feature; - KAboutData aboutData( "kmymoney2", I18N_NOOP("KMyMoney"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kmymoney2", I18N_NOOP("KMyMoney"), + VERSION, description, TDEAboutData::License_GPL, "(c) 2000-2009 The KMyMoney development team", feature, "http://kmymoney2.sourceforge.net/", "kmymoney2-developer@lists.sourceforge.net"); |