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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/csseditor/percentageeditor.h b/quanta/components/csseditor/percentageeditor.h
index 31a0d6ef..d4cacecd 100644
--- a/quanta/components/csseditor/percentageeditor.h
+++ b/quanta/components/csseditor/percentageeditor.h
@@ -42,7 +42,7 @@ class percentageEditor : public miniEditor {
private:
mySpinBox *m_sb;
public:
- percentageEditor(const TQString& initialValue="0",TQWidget *tqparent=0, const char *name=0);
+ percentageEditor(const TQString& initialValue="0",TQWidget *parent=0, const char *name=0);
~percentageEditor();
virtual void connectToPropertySetter(propertySetter* p);
signals: