diff options
Diffstat (limited to 'kviewshell/pageSizeWidget.h')
-rw-r--r-- | kviewshell/pageSizeWidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kviewshell/pageSizeWidget.h b/kviewshell/pageSizeWidget.h index ac95dd4e..987dd3d3 100644 --- a/kviewshell/pageSizeWidget.h +++ b/kviewshell/pageSizeWidget.h @@ -19,9 +19,10 @@ class TQDoubleValidator; class pageSizeWidget : public pageSizeWidget_base { Q_OBJECT + TQ_OBJECT public: - pageSizeWidget( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + pageSizeWidget( TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); // Sets the page size. If the dialog is already shown, updates all // the GUI. Accepts the same strings as input as the setPageSize() |