summaryrefslogtreecommitdiffstats
path: root/src/k9glwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/k9glwidget.h')
-rw-r--r--src/k9glwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k9glwidget.h b/src/k9glwidget.h
index f7be0e0..91bac85 100644
--- a/src/k9glwidget.h
+++ b/src/k9glwidget.h
@@ -46,7 +46,7 @@ typedef const GLubyte * (*glGetString_t)( GLenum );
class k9GLWidget : public TQGLWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
void setImage(uchar *_buffer,int _width,int _height,int _len);
static k9GLWidget * createWidget(TQWidget *parent = 0, const char *name = 0);