summaryrefslogtreecommitdiffstats
path: root/kghostview/kgvmainwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview/kgvmainwidget.h')
-rw-r--r--kghostview/kgvmainwidget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kghostview/kgvmainwidget.h b/kghostview/kgvmainwidget.h
index 99b9dc9b..0aa464d3 100644
--- a/kghostview/kgvmainwidget.h
+++ b/kghostview/kgvmainwidget.h
@@ -23,12 +23,13 @@
class KURL;
-class KGVMainWidget : public QWidget
+class KGVMainWidget : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- KGVMainWidget( TQWidget* parent = 0, const char* name = 0 );
+ KGVMainWidget( TQWidget* tqparent = 0, const char* name = 0 );
signals:
void spacePressed();