diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:32:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:32:59 -0600 |
commit | 2f84d0e2d3d4252e6aee24aceafa45dbdb7f4d1d (patch) | |
tree | ea24a96bad3bb7356ec1a2dca2a1338692d79745 /kjumpingcube/kcubeboxwidget.h | |
parent | d6f3812c8d969a673b420beca2482804177704fb (diff) | |
download | tdegames-2f84d0e2d3d4252e6aee24aceafa45dbdb7f4d1d.tar.gz tdegames-2f84d0e2d3d4252e6aee24aceafa45dbdb7f4d1d.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kjumpingcube/kcubeboxwidget.h')
-rw-r--r-- | kjumpingcube/kcubeboxwidget.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kjumpingcube/kcubeboxwidget.h b/kjumpingcube/kcubeboxwidget.h index b7645b2a..aea02ead 100644 --- a/kjumpingcube/kcubeboxwidget.h +++ b/kjumpingcube/kcubeboxwidget.h @@ -31,7 +31,7 @@ class TQGridLayout; class CubeBox; class TQPalette; class TQTimer; -class KConfigBase; +class TDEConfigBase; #ifdef HAVE_CONFIG_H #include <config.h> @@ -108,8 +108,8 @@ public: */ void checkComputerplayer(Player player); - inline void saveGame(KConfigBase *c) { saveProperties(c); } - inline void restoreGame(KConfigBase *c) { readProperties(c); } + inline void saveGame(TDEConfigBase *c) { saveProperties(c); } + inline void restoreGame(TDEConfigBase *c) { readProperties(c); } public slots: /** stops all activities like getting a hint or doing a move */ @@ -135,8 +135,8 @@ protected: virtual void deleteCubes(); virtual void initCubes(); - void saveProperties(KConfigBase *); - void readProperties(KConfigBase *); + void saveProperties(TDEConfigBase *); + void readProperties(TDEConfigBase *); protected slots: /** sets the cursor to an waitcursor */ |