From 78f8b2d68bde64c6e656effef397080ddfa1048d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:17:27 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kwordquiz/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kwordquiz/src/main.cpp') diff --git a/kwordquiz/src/main.cpp b/kwordquiz/src/main.cpp index dc1e8b15..bbfc2f1b 100644 --- a/kwordquiz/src/main.cpp +++ b/kwordquiz/src/main.cpp @@ -35,11 +35,11 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData("kwordquiz", + TDEAboutData aboutData("kwordquiz", I18N_NOOP("KWordQuiz"), KWTQ_VERSION, description, - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 2003-2005, Peter Hedlund", 0, "http://edu.kde.org/kwordquiz", -- cgit v1.2.1