diff options
Diffstat (limited to 'lib/widgets/propeditor/psizeedit.h')
-rw-r--r-- | lib/widgets/propeditor/psizeedit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/widgets/propeditor/psizeedit.h b/lib/widgets/propeditor/psizeedit.h index 38f29132..5fbd6d6d 100644 --- a/lib/widgets/propeditor/psizeedit.h +++ b/lib/widgets/propeditor/psizeedit.h @@ -34,8 +34,9 @@ namespace PropertyLib{ class PSizeEdit: public PropertyWidget { Q_OBJECT + TQ_OBJECT public: - PSizeEdit(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); + PSizeEdit(MultiProperty *property, TQWidget *tqparent = 0, const char *name = 0); virtual TQVariant value() const; virtual void drawViewer(TQPainter* p, const TQColorGroup& cg, const TQRect& r, const TQVariant& value); |