diff options
Diffstat (limited to 'lib/widgets/propeditor/pcursoredit.h')
-rw-r--r-- | lib/widgets/propeditor/pcursoredit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/widgets/propeditor/pcursoredit.h b/lib/widgets/propeditor/pcursoredit.h index 6149bce7..82924fd2 100644 --- a/lib/widgets/propeditor/pcursoredit.h +++ b/lib/widgets/propeditor/pcursoredit.h @@ -30,9 +30,10 @@ namespace PropertyLib{ class PCursorEdit: public PComboBox { Q_OBJECT + TQ_OBJECT public: PCursorEdit(MultiProperty* property, const TQMap<TQString, TQVariant> &spValues, - TQWidget* parent = 0, const char* name = 0); + TQWidget* tqparent = 0, const char* name = 0); virtual void drawViewer(TQPainter* p, const TQColorGroup& cg, const TQRect& r, const TQVariant& value); }; |