diff options
Diffstat (limited to 'kviewshell/sizePreview.h')
-rw-r--r-- | kviewshell/sizePreview.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kviewshell/sizePreview.h b/kviewshell/sizePreview.h index 96e37a04..aeaf264f 100644 --- a/kviewshell/sizePreview.h +++ b/kviewshell/sizePreview.h @@ -16,12 +16,13 @@ class SimplePageSize; -class SizePreview : public QWidget +class SizePreview : public TQWidget { Q_OBJECT + TQ_OBJECT public: - SizePreview( TQWidget *parent, const char* name=0, WFlags f=0 ); + SizePreview( TQWidget *tqparent, const char* name=0, WFlags f=0 ); public slots: // Sets the size. |