diff options
Diffstat (limited to 'tools/qvfb/qvfbview.h')
-rw-r--r-- | tools/qvfb/qvfbview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qvfb/qvfbview.h b/tools/qvfb/qvfbview.h index 5220cb2a9..dee52fb73 100644 --- a/tools/qvfb/qvfbview.h +++ b/tools/qvfb/qvfbview.h @@ -41,7 +41,7 @@ struct TQVFbHeader; class TQVFbView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: TQVFbView( int display_id, int w, int h, int d, TQWidget *parent = 0, const char *name = 0, uint wflags = 0 ); |