From 576eb4299a00bc053db35414406f46372a0f70f2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:42:31 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1157643 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksnake/view.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ksnake/view.h') diff --git a/ksnake/view.h b/ksnake/view.h index 3dff2dbb..68fd2412 100644 --- a/ksnake/view.h +++ b/ksnake/view.h @@ -25,7 +25,7 @@ #ifndef VIEW_H #define VIEW_H -#include +#include class Progress; class Rattler; @@ -34,14 +34,14 @@ class View : public QWidget { Q_OBJECT public: - View ( QWidget *parent=0, const char *name=0 ); + View ( TQWidget *parent=0, const char *name=0 ); Progress *progress; Rattler *rattler; protected: - void resizeEvent( QResizeEvent * ); - virtual QSize sizeHint() const; + void resizeEvent( TQResizeEvent * ); + virtual TQSize sizeHint() const; }; #endif // VIEW_H -- cgit v1.2.1