From 2f84d0e2d3d4252e6aee24aceafa45dbdb7f4d1d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:32:59 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- ksnake/ChangeLog | 2 +- ksnake/game.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ksnake') diff --git a/ksnake/ChangeLog b/ksnake/ChangeLog index 58991c06..5e6f0ca0 100644 --- a/ksnake/ChangeLog +++ b/ksnake/ChangeLog @@ -1,6 +1,6 @@ Version 0.4.0: * [Benjamin Meyer] Changed to use KDE highscore widget. - * [Benjamin Meyer] Changed to use KConfigXT and a configure dialog. + * [Benjamin Meyer] Changed to use TDEConfigXT and a configure dialog. * [Benjamin Meyer] Removed unnecessary classes. * [Benjamin Meyer] Lots of general code cleanup (headers/indentation/variable naming). * [Benjamin Meyer] Added copyright headers to all of the source files. diff --git a/ksnake/game.cpp b/ksnake/game.cpp index dfae1a4b..e2ac41d3 100644 --- a/ksnake/game.cpp +++ b/ksnake/game.cpp @@ -144,10 +144,10 @@ void Game::togglePaused() * Show Settings dialog. */ void Game::showSettings(){ - if(KConfigDialog::showDialog("settings")) + if(TDEConfigDialog::showDialog("settings")) return; - KConfigDialog *dialog = new KConfigDialog(this, "settings", Settings::self()); + TDEConfigDialog *dialog = new TDEConfigDialog(this, "settings", Settings::self()); dialog->addPage(new General(0, "General"), i18n("General"), "package_settings"); Appearance *a = new Appearance(0, "Appearance"); -- cgit v1.2.1