diff options
Diffstat (limited to 'kpresenter/KPrRectProperty.h')
| -rw-r--r-- | kpresenter/KPrRectProperty.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kpresenter/KPrRectProperty.h b/kpresenter/KPrRectProperty.h index 53b20f0e8..b276d9c98 100644 --- a/kpresenter/KPrRectProperty.h +++ b/kpresenter/KPrRectProperty.h @@ -21,17 +21,18 @@ #ifndef RECTPROPERTY_H #define RECTPROPERTY_H -#include <qwidget.h> +#include <tqwidget.h> #include "KPrCommand.h" class RectPropertyUI; -class KPrRectProperty : public QWidget +class KPrRectProperty : public TQWidget { Q_OBJECT + TQ_OBJECT public: - KPrRectProperty( QWidget *parent, const char *name, KPrRectValueCmd::RectValues &rectValue ); + KPrRectProperty( TQWidget *tqparent, const char *name, KPrRectValueCmd::RectValues &rectValue ); ~KPrRectProperty(); int getRectPropertyChange() const; |
