summaryrefslogtreecommitdiffstats
path: root/kghostview/kgvpageview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview/kgvpageview.h')
-rw-r--r--kghostview/kgvpageview.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kghostview/kgvpageview.h b/kghostview/kgvpageview.h
index 6f76f458..63f9c5af 100644
--- a/kghostview/kgvpageview.h
+++ b/kghostview/kgvpageview.h
@@ -27,12 +27,13 @@
* will be centered on the viewport. Furthermore it adds the ability to scroll
* the page by dragging it using the mouse.
*/
-class KGVPageView : public QScrollView
+class KGVPageView : public TQScrollView
{
Q_OBJECT
+ TQ_OBJECT
public:
- KGVPageView( TQWidget* parent = 0, const char* name = 0 );
+ KGVPageView( TQWidget* tqparent = 0, const char* name = 0 );
~KGVPageView() { ; }
void setPage( TQWidget* );