diff options
Diffstat (limited to 'lib/widgets/propeditor/pfontcombo.h')
-rw-r--r-- | lib/widgets/propeditor/pfontcombo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/widgets/propeditor/pfontcombo.h b/lib/widgets/propeditor/pfontcombo.h index a703c99d..63f07f51 100644 --- a/lib/widgets/propeditor/pfontcombo.h +++ b/lib/widgets/propeditor/pfontcombo.h @@ -23,7 +23,7 @@ #include "propertywidget.h" #ifdef PURE_QT -#define KFontCombo QComboBox +#define KFontCombo TQComboBox #endif class KFontCombo; @@ -35,8 +35,9 @@ namespace PropertyLib{ */ class PFontCombo: public PropertyWidget{ Q_OBJECT + TQ_OBJECT public: - PFontCombo(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); + PFontCombo(MultiProperty *property, TQWidget *tqparent = 0, const char *name = 0); /**@return the value currently entered in the editor widget.*/ virtual TQVariant value() const; |