summaryrefslogtreecommitdiffstats
path: root/quanta/components/csseditor/csseditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/csseditor/csseditor.h')
-rw-r--r--quanta/components/csseditor/csseditor.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/quanta/components/csseditor/csseditor.h b/quanta/components/csseditor/csseditor.h
index e54667f5..d1f2ec7f 100644
--- a/quanta/components/csseditor/csseditor.h
+++ b/quanta/components/csseditor/csseditor.h
@@ -31,18 +31,18 @@ class KHTMLPart;
class TQListViewItem;
class TQDomNodeList;
class TQVariant;
-class QMyHighlighter;
+class TQMyHighlighter;
-class myCheckListItem : public QCheckListItem
+class myCheckListItem : public TQCheckListItem
{
private:
TQSignal *m_sig;
unsigned int m_checkedChildren;
public :
- myCheckListItem(TQCheckListItem * parent, const TQString & text);
- myCheckListItem(TQListView * parent, const TQString & text);
+ myCheckListItem(TQCheckListItem * tqparent, const TQString & text);
+ myCheckListItem(TQListView * tqparent, const TQString & text);
~myCheckListItem();
void connect( TQObject *receiver, const char *member );
void addCheckedChild();
@@ -56,8 +56,9 @@ class myCheckListItem : public QCheckListItem
class CSSEditor : public CSSEditorS
{
Q_OBJECT
+ TQ_OBJECT
private:
- QMyHighlighter *m_myhi;
+ TQMyHighlighter *m_myhi;
propertySetter *m_ps;
myCheckListItem *m_currentProp;
KHTMLPart *m_previewer;
@@ -97,8 +98,8 @@ class CSSEditor : public CSSEditorS
public:
- 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(TQWidget* tqparent=0, const char *name=0): CSSEditorS(tqparent, name), m_config(0L){}
+ CSSEditor( TQListViewItem * i, TQWidget* tqparent=0, const char *name=0);
~CSSEditor();
void initialize();
void setSelectors( const TQString& s) { m_Selectors = s; }