diff options
Diffstat (limited to 'kpoker')
-rw-r--r-- | kpoker/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpoker/main.cpp b/kpoker/main.cpp index 1d75def3..88017931 100644 --- a/kpoker/main.cpp +++ b/kpoker/main.cpp @@ -26,8 +26,8 @@ static const char description[] = I18N_NOOP("TDE Poker Game"); int main( int argc, char *argv[] ) { - KAboutData aboutData("kpoker", I18N_NOOP("KPoker"), - KPOKER_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData("kpoker", I18N_NOOP("KPoker"), + KPOKER_VERSION, description, TDEAboutData::License_GPL, "(c) 1997-2003 Jochen Tuchbreiter, Andreas Beckermann\n" "(c) 2004 Jochen Tuchbreiter, Andreas Beckermann, Inge Wallin", I18N_NOOP("For a full list of credits see helpfile\nAny suggestions, bug reports etc. are welcome")); |