summaryrefslogtreecommitdiffstats
path: root/kmines
diff options
context:
space:
mode:
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"));