diff options
Diffstat (limited to 'quanta/components/csseditor/csseditor.h')
-rw-r--r-- | quanta/components/csseditor/csseditor.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/quanta/components/csseditor/csseditor.h b/quanta/components/csseditor/csseditor.h index d1f2ec7f..e7cadebb 100644 --- a/quanta/components/csseditor/csseditor.h +++ b/quanta/components/csseditor/csseditor.h @@ -41,8 +41,8 @@ class myCheckListItem : public TQCheckListItem unsigned int m_checkedChildren; public : - myCheckListItem(TQCheckListItem * tqparent, const TQString & text); - myCheckListItem(TQListView * tqparent, const TQString & text); + myCheckListItem(TQCheckListItem * parent, const TQString & text); + myCheckListItem(TQListView * parent, const TQString & text); ~myCheckListItem(); void connect( TQObject *receiver, const char *member ); void addCheckedChild(); @@ -98,8 +98,8 @@ class CSSEditor : public CSSEditorS public: - CSSEditor(TQWidget* tqparent=0, const char *name=0): CSSEditorS(tqparent, name), m_config(0L){} - CSSEditor( TQListViewItem * i, TQWidget* tqparent=0, const char *name=0); + CSSEditor(TQWidget* parent=0, const char *name=0): CSSEditorS(parent, name), m_config(0L){} + CSSEditor( TQListViewItem * i, TQWidget* parent=0, const char *name=0); ~CSSEditor(); void initialize(); void setSelectors( const TQString& s) { m_Selectors = s; } |