summaryrefslogtreecommitdiffstats
path: root/quanta/components/csseditor/encodingselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/csseditor/encodingselector.h')
-rw-r--r--quanta/components/csseditor/encodingselector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/quanta/components/csseditor/encodingselector.h b/quanta/components/csseditor/encodingselector.h
index f53dca27..9c2db48c 100644
--- a/quanta/components/csseditor/encodingselector.h
+++ b/quanta/components/csseditor/encodingselector.h
@@ -28,9 +28,10 @@
class encodingSelector : public encodingSelectorS {
Q_OBJECT
+ TQ_OBJECT
public:
- encodingSelector(TQWidget *parent=0, const char* name=0);
+ encodingSelector(TQWidget *tqparent=0, const char* name=0);
~encodingSelector();
TQString encodingSet() const { return cbEncoding->currentText();}