diff options
Diffstat (limited to 'quanta/components/csseditor/propertysetter.h')
-rw-r--r-- | quanta/components/csseditor/propertysetter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/csseditor/propertysetter.h b/quanta/components/csseditor/propertysetter.h index df9c29bc..3f1c5af4 100644 --- a/quanta/components/csseditor/propertysetter.h +++ b/quanta/components/csseditor/propertysetter.h @@ -42,7 +42,7 @@ class propertySetter : public TQHBox { KPushButton *m_pb; public: - propertySetter(TQWidget *tqparent=0, const char *name=0); + propertySetter(TQWidget *parent=0, const char *name=0); ~propertySetter(); void installMiniEditor(miniEditor *m); |