summaryrefslogtreecommitdiffstats
path: root/kuickshow/src/aboutwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kuickshow/src/aboutwidget.h')
-rw-r--r--kuickshow/src/aboutwidget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kuickshow/src/aboutwidget.h b/kuickshow/src/aboutwidget.h
index 0f70ccaa..c3bd487f 100644
--- a/kuickshow/src/aboutwidget.h
+++ b/kuickshow/src/aboutwidget.h
@@ -24,12 +24,13 @@
class KURLWidget;
-class AboutWidget : public QVBox
+class AboutWidget : public TQVBox
{
Q_OBJECT
+ TQ_OBJECT
public:
- AboutWidget(TQWidget *parent = 0, const char *name = 0);
+ AboutWidget(TQWidget *tqparent = 0, const char *name = 0);
protected:
~AboutWidget();