summaryrefslogtreecommitdiffstats
path: root/kpat/gypsy.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/gypsy.h')
-rw-r--r--kpat/gypsy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpat/gypsy.h b/kpat/gypsy.h
index beb3e6ea..96f4502e 100644
--- a/kpat/gypsy.h
+++ b/kpat/gypsy.h
@@ -4,17 +4,17 @@
#include "dealer.h"
-class KAction;
+class TDEAction;
class Pile;
class Deck;
-class KMainWindow;
+class TDEMainWindow;
class Gypsy : public Dealer {
Q_OBJECT
public:
- Gypsy( KMainWindow* parent=0, const char* name=0);
+ Gypsy( TDEMainWindow* parent=0, const char* name=0);
virtual bool isGameLost() const;
public slots: