summaryrefslogtreecommitdiffstats
path: root/ksnake/rattler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake/rattler.h')
-rw-r--r--ksnake/rattler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksnake/rattler.h b/ksnake/rattler.h
index 1f824621..bd61e871 100644
--- a/ksnake/rattler.h
+++ b/ksnake/rattler.h
@@ -48,7 +48,7 @@ class Rattler : public TQWidget
public:
Rattler ( TQWidget *parent=0, const char *name=0 );
~Rattler();
- void setActionCollection(KActionCollection *a){ actionCollection = a;}
+ void setActionCollection(TDEActionCollection *a){ actionCollection = a;}
void setBalls(int);
@@ -108,7 +108,7 @@ protected:
void mousePressEvent( TQMouseEvent * );
void focusOutEvent( TQFocusEvent * ) { ; }
void focusInEvent( TQFocusEvent * ) { ; }
- KActionCollection *actionCollection;
+ TDEActionCollection *actionCollection;
private:
Board *board;