diff options
Diffstat (limited to 'lib/koproperty/editors/fontedit.h')
-rw-r--r-- | lib/koproperty/editors/fontedit.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/koproperty/editors/fontedit.h b/lib/koproperty/editors/fontedit.h index 0112171a..6c3a46a4 100644 --- a/lib/koproperty/editors/fontedit.h +++ b/lib/koproperty/editors/fontedit.h @@ -31,22 +31,23 @@ class FontEditRequester; class KOPROPERTY_EXPORT FontEdit : public Widget { Q_OBJECT + TQ_OBJECT public: - FontEdit(Property *property, QWidget *parent=0, const char *name=0); + FontEdit(Property *property, TQWidget *tqparent=0, const char *name=0); virtual ~FontEdit(); - virtual QVariant value() const; - virtual void setValue(const QVariant &value, bool emitChange=true); + virtual TQVariant value() const; + virtual void setValue(const TQVariant &value, bool emitChange=true); - virtual void drawViewer(QPainter *p, const QColorGroup &cg, const QRect &r, const QVariant &value); + virtual void drawViewer(TQPainter *p, const TQColorGroup &cg, const TQRect &r, const TQVariant &value); protected: virtual void setReadOnlyInternal(bool readOnly); - virtual bool eventFilter(QObject* watched, QEvent* e); + virtual bool eventFilter(TQObject* watched, TQEvent* e); protected slots: - void slotValueChanged(const QFont &font); + void slotValueChanged(const TQFont &font); private: FontEditRequester *m_edit; |