summaryrefslogtreecommitdiffstats
path: root/ksnake/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake/view.h')
-rw-r--r--ksnake/view.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ksnake/view.h b/ksnake/view.h
index 68fd2412..2ab132d7 100644
--- a/ksnake/view.h
+++ b/ksnake/view.h
@@ -30,18 +30,19 @@
class Progress;
class Rattler;
-class View : public QWidget
+class View : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- View ( TQWidget *parent=0, const char *name=0 );
+ View ( TQWidget *tqparent=0, const char *name=0 );
Progress *progress;
Rattler *rattler;
protected:
void resizeEvent( TQResizeEvent * );
- virtual TQSize sizeHint() const;
+ virtual TQSize tqsizeHint() const;
};
#endif // VIEW_H