diff options
Diffstat (limited to 'lib/widgets/propeditor/psymbolcombo.h')
-rw-r--r-- | lib/widgets/propeditor/psymbolcombo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/propeditor/psymbolcombo.h b/lib/widgets/propeditor/psymbolcombo.h index adb88e78..52750fa1 100644 --- a/lib/widgets/propeditor/psymbolcombo.h +++ b/lib/widgets/propeditor/psymbolcombo.h @@ -34,7 +34,7 @@ namespace PropertyLib{ */ class PSymbolCombo: public PropertyWidget{ Q_OBJECT - TQ_OBJECT + public: PSymbolCombo(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); |