summaryrefslogtreecommitdiffstats
path: root/kmines/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-22 20:17:59 -0600
committerTimothy Pearson <[email protected]>2013-01-22 20:17:59 -0600
commitc75428cb70ed336c2d3f40d71ad41444097a6626 (patch)
treedb66ae525d43cec6633b7e3d4d6035abc38baf9c /kmines/main.cpp
parent3f52288dea050e15d91fa5753229f436a7b5a247 (diff)
downloadtdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.tar.gz
tdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kmines/main.cpp')
-rw-r--r--kmines/main.cpp4
1 files changed, 2 insertions, 2 deletions
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"));