summaryrefslogtreecommitdiffstats
path: root/quanta/components/csseditor/propertysetter.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/csseditor/propertysetter.h')
-rw-r--r--quanta/components/csseditor/propertysetter.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/quanta/components/csseditor/propertysetter.h b/quanta/components/csseditor/propertysetter.h
index 2f0a90af..df9c29bc 100644
--- a/quanta/components/csseditor/propertysetter.h
+++ b/quanta/components/csseditor/propertysetter.h
@@ -33,6 +33,7 @@ class KPushButton;
class propertySetter : public TQHBox {
Q_OBJECT
+ TQ_OBJECT
private:
unsigned int m_ind;
@@ -41,13 +42,13 @@ class propertySetter : public TQHBox {
KPushButton *m_pb;
public:
- propertySetter(TQWidget *parent=0, const char *name=0);
+ propertySetter(TQWidget *tqparent=0, const char *name=0);
~propertySetter();
void installMiniEditor(miniEditor *m);
void setComboBox();
- void setSpinBox(const TQString& initialValue="0", const TQString& min="0", const TQString& max="9999", const TQString& s=TQString::null);
+ void setSpinBox(const TQString& initialValue="0", const TQString& min="0", const TQString& max="9999", const TQString& s=TQString());
void setLineEdit();
void setPredefinedColorListEditor();
void reset();