diff options
Diffstat (limited to 'quanta/components/csseditor/cssselector.h')
-rw-r--r-- | quanta/components/csseditor/cssselector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/csseditor/cssselector.h b/quanta/components/csseditor/cssselector.h index 7d5c40da..9f3d293e 100644 --- a/quanta/components/csseditor/cssselector.h +++ b/quanta/components/csseditor/cssselector.h @@ -46,7 +46,7 @@ class CSSSelector : public CSSSelectorS { void Connect(); public: - CSSSelector(TQWidget *tqparent=0, const char* name=0); + CSSSelector(TQWidget *parent=0, const char* name=0); ~CSSSelector(); void loadCSSContent(const TQString& s); void setHeader(const TQString& h) { m_header = h; } |