diff options
Diffstat (limited to 'kbattleship')
-rw-r--r-- | kbattleship/kbattleship/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbattleship/kbattleship/main.cpp b/kbattleship/kbattleship/main.cpp index 79fd5574..ba9a1092 100644 --- a/kbattleship/kbattleship/main.cpp +++ b/kbattleship/kbattleship/main.cpp @@ -31,7 +31,7 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData("kbattleship", clientName, clientVersion, clientDescription, KAboutData::License_GPL, "(c) 2000-2005 Nikolas Zimmermann, Daniel Molkentin"); + TDEAboutData aboutData("kbattleship", clientName, clientVersion, clientDescription, TDEAboutData::License_GPL, "(c) 2000-2005 Nikolas Zimmermann, Daniel Molkentin"); aboutData.addAuthor("Nikolas Zimmermann", I18N_NOOP("Project Founder, GUI Handling, Client/Server"), "[email protected]"); aboutData.addAuthor("Daniel Molkentin", I18N_NOOP("Dialog Stuff, Client/Server"), "[email protected]"); |