diff options
Diffstat (limited to 'kivio/kiviopart/kivio_stencil_geometry_panel.h')
-rw-r--r-- | kivio/kiviopart/kivio_stencil_geometry_panel.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kivio/kiviopart/kivio_stencil_geometry_panel.h b/kivio/kiviopart/kivio_stencil_geometry_panel.h index 391e05ce..b049b2f3 100644 --- a/kivio/kiviopart/kivio_stencil_geometry_panel.h +++ b/kivio/kiviopart/kivio_stencil_geometry_panel.h @@ -1,16 +1,17 @@ #ifndef KIVIO_STENCIL_GEOMETRY_PANEL_H #define KIVIO_STENCIL_GEOMETRY_PANEL_H -#include <qwidget.h> +#include <tqwidget.h> #include <KoUnit.h> class KoPageLayout; class KoUnitDoubleSpinBox; class KIntSpinBox; -class KivioStencilGeometryPanel : public QWidget +class KivioStencilGeometryPanel : public TQWidget { Q_OBJECT + TQ_OBJECT protected: KoUnitDoubleSpinBox *m_pX, *m_pY, *m_pW, *m_pH; KIntSpinBox* m_rotationSBox; @@ -39,7 +40,7 @@ class KivioStencilGeometryPanel : public QWidget void rotationChanged(int); public: - KivioStencilGeometryPanel(QWidget* parent); + KivioStencilGeometryPanel(TQWidget* tqparent); virtual ~KivioStencilGeometryPanel(); }; |