summaryrefslogtreecommitdiffstats
path: root/quanta/components/csseditor/styleeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/csseditor/styleeditor.h')
-rw-r--r--quanta/components/csseditor/styleeditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/components/csseditor/styleeditor.h b/quanta/components/csseditor/styleeditor.h
index 582ac848..bef9146f 100644
--- a/quanta/components/csseditor/styleeditor.h
+++ b/quanta/components/csseditor/styleeditor.h
@@ -29,13 +29,13 @@ class StyleEditor : public TLPEditor{
int m_iconWidth,
m_iconHeight;
public:
- StyleEditor(QWidget *parent=0, const char* name=0);
+ StyleEditor(TQWidget *parent=0, const char* name=0);
virtual void setButtonIcon(int width, int height);
public slots:
void openCSSEditor();
virtual void connectToPropertySetter(propertySetter* /*p*/){}
- virtual void setInitialValue(const QString& /*s*/){}
+ virtual void setInitialValue(const TQString& /*s*/){}
};