summaryrefslogtreecommitdiffstats
path: root/kpoker/kpoker.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpoker/kpoker.h')
-rw-r--r--kpoker/kpoker.h6
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();