diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:32:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:32:59 -0600 |
commit | 2f84d0e2d3d4252e6aee24aceafa45dbdb7f4d1d (patch) | |
tree | ea24a96bad3bb7356ec1a2dca2a1338692d79745 /kpoker/kpoker.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 'kpoker/kpoker.h')
-rw-r--r-- | kpoker/kpoker.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpoker/kpoker.h b/kpoker/kpoker.h index 6e789a5d..d15e7814 100644 --- a/kpoker/kpoker.h +++ b/kpoker/kpoker.h @@ -41,7 +41,7 @@ class TQHBoxLayout; class TQVBoxLayout; // KDE classes -class KConfig; +class TDEConfig; // own classes @@ -285,9 +285,9 @@ class kpok : public TQWidget * The game can be loaded on startup by activating the button * 'read from config' **/ - void saveGame(KConfig* conf); + void saveGame(TDEConfig* conf); - bool loadGame(KConfig* conf); + bool loadGame(TDEConfig* conf); bool loadGame(); // void commandCallback(int id); void newGame(); |