diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:17:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:17:59 -0600 |
commit | c75428cb70ed336c2d3f40d71ad41444097a6626 (patch) | |
tree | db66ae525d43cec6633b7e3d4d6035abc38baf9c /kbattleship | |
parent | 3f52288dea050e15d91fa5753229f436a7b5a247 (diff) | |
download | tdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.tar.gz tdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
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"), "wildfox@kde.org"); aboutData.addAuthor("Daniel Molkentin", I18N_NOOP("Dialog Stuff, Client/Server"), "molkentin@kde.org"); |