summaryrefslogtreecommitdiffstats
path: root/kmines
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:17:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:17:59 -0600
commitc75428cb70ed336c2d3f40d71ad41444097a6626 (patch)
treedb66ae525d43cec6633b7e3d4d6035abc38baf9c /kmines
parent3f52288dea050e15d91fa5753229f436a7b5a247 (diff)
downloadtdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.tar.gz
tdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kmines')
-rw-r--r--kmines/CHANGELOG2
-rw-r--r--kmines/main.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/kmines/CHANGELOG b/kmines/CHANGELOG
index 2d5b0b4d..fe81474d 100644
--- a/kmines/CHANGELOG
+++ b/kmines/CHANGELOG
@@ -198,7 +198,7 @@
* fix the pixmaps drawing so that they are not too bad in custom case sizes
2.0.0 (14 December 1999)
- * use of KDialogBase and KAboutData/KAboutDialog
+ * use of KDialogBase and TDEAboutData/KAboutDialog
* unflagged mines are shown at game's end
* hack for focus handling in highscores dialog ...
* slightly better LCDs, message label and smiley button
diff --git a/kmines/main.cpp b/kmines/main.cpp
index 1c01d730..932ca8d4 100644
--- a/kmines/main.cpp
+++ b/kmines/main.cpp
@@ -238,8 +238,8 @@ int main(int argc, char **argv)
{
KHighscore::init("kmines");
- KAboutData aboutData("kmines", I18N_NOOP("KMines"), LONG_VERSION,
- DESCRIPTION, KAboutData::License_GPL,
+ TDEAboutData aboutData("kmines", I18N_NOOP("KMines"), LONG_VERSION,
+ DESCRIPTION, TDEAboutData::License_GPL,
COPYLEFT, 0, HOMEPAGE);
aboutData.addAuthor("Nicolas Hadacek", 0, EMAIL);
aboutData.addCredit("Andreas Zehender", I18N_NOOP("Smiley pixmaps"));