From aad6cb5621b73c0a16a75f4e3e2f5a4a087c04a7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 11:07:25 -0600 Subject: [PATCH] Rename KAbout to avoid conflicts with KDE4 --- atlantik/client/atlantik.cpp | 2 +- kmines/CHANGELOG | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atlantik/client/atlantik.cpp b/atlantik/client/atlantik.cpp index 565ff0c6..35930454 100644 --- a/atlantik/client/atlantik.cpp +++ b/atlantik/client/atlantik.cpp @@ -798,7 +798,7 @@ void Atlantik::statusBarClick(int item) { if ( item == 0 ) { - KAboutApplication dialog(kapp->aboutData(), this); + TDEAboutApplication dialog(kapp->aboutData(), this); dialog.exec(); } else if ( item == 1) diff --git a/kmines/CHANGELOG b/kmines/CHANGELOG index c48af9ae..72cfc2c5 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 TDEAboutData/KAboutDialog + * use of KDialogBase and TDEAboutData/TDEAboutDialog * unflagged mines are shown at game's end * hack for focus handling in highscores dialog ... * slightly better LCDs, message label and smiley button