summaryrefslogtreecommitdiffstats
path: root/kpoker/kpoker.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:32:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:32:59 -0600
commit2f84d0e2d3d4252e6aee24aceafa45dbdb7f4d1d (patch)
treeea24a96bad3bb7356ec1a2dca2a1338692d79745 /kpoker/kpoker.h
parentd6f3812c8d969a673b420beca2482804177704fb (diff)
downloadtdegames-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.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();