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 --- kreversi/qreversigame.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kreversi/qreversigame.h') diff --git a/kreversi/qreversigame.h b/kreversi/qreversigame.h index 97546407..a1b16ab3 100644 --- a/kreversi/qreversigame.h +++ b/kreversi/qreversigame.h @@ -47,7 +47,7 @@ #include "Move.h" -class KConfig; +class TDEConfig; @@ -77,8 +77,8 @@ class QReversiGame : public TQObject, public Game { #if 0 void loadSettings(); - bool loadGame(KConfig *, bool noupdate = FALSE); - void saveGame(KConfig *); + bool loadGame(TDEConfig *, bool noupdate = FALSE); + void saveGame(TDEConfig *); #endif signals: -- cgit v1.2.3