summaryrefslogtreecommitdiffstats
path: root/quanta/components/csseditor/percentageeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/csseditor/percentageeditor.h')
-rw-r--r--quanta/components/csseditor/percentageeditor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/quanta/components/csseditor/percentageeditor.h b/quanta/components/csseditor/percentageeditor.h
index a6aecb8c..31a0d6ef 100644
--- a/quanta/components/csseditor/percentageeditor.h
+++ b/quanta/components/csseditor/percentageeditor.h
@@ -38,10 +38,11 @@ class propertySetter;
class percentageEditor : public miniEditor {
Q_OBJECT
+ TQ_OBJECT
private:
mySpinBox *m_sb;
public:
- percentageEditor(const TQString& initialValue="0",TQWidget *parent=0, const char *name=0);
+ percentageEditor(const TQString& initialValue="0",TQWidget *tqparent=0, const char *name=0);
~percentageEditor();
virtual void connectToPropertySetter(propertySetter* p);
signals: