diff options
Diffstat (limited to 'quanta/components/csseditor')
-rw-r--r-- | quanta/components/csseditor/colorrequester.h | 2 | ||||
-rw-r--r-- | quanta/components/csseditor/colorslider.h | 6 | ||||
-rw-r--r-- | quanta/components/csseditor/csseditor.h | 2 | ||||
-rw-r--r-- | quanta/components/csseditor/csseditor_globals.h | 2 | ||||
-rw-r--r-- | quanta/components/csseditor/cssselector.h | 2 | ||||
-rw-r--r-- | quanta/components/csseditor/doubleeditors.h | 8 | ||||
-rw-r--r-- | quanta/components/csseditor/encodingselector.h | 2 | ||||
-rw-r--r-- | quanta/components/csseditor/fontfamilychooser.h | 2 | ||||
-rw-r--r-- | quanta/components/csseditor/percentageeditor.h | 2 | ||||
-rw-r--r-- | quanta/components/csseditor/propertysetter.h | 2 | ||||
-rw-r--r-- | quanta/components/csseditor/specialsb.h | 10 | ||||
-rw-r--r-- | quanta/components/csseditor/styleeditor.h | 2 | ||||
-rw-r--r-- | quanta/components/csseditor/stylesheetparser.h | 2 | ||||
-rw-r--r-- | quanta/components/csseditor/tlpeditors.h | 6 |
14 files changed, 25 insertions, 25 deletions
diff --git a/quanta/components/csseditor/colorrequester.h b/quanta/components/csseditor/colorrequester.h index 75d74d98..1f7b5bd0 100644 --- a/quanta/components/csseditor/colorrequester.h +++ b/quanta/components/csseditor/colorrequester.h @@ -24,7 +24,7 @@ class KLineEdit; class KColorDialog; class colorRequester : public miniEditor{ - Q_OBJECT + TQ_OBJECT public: colorRequester(TQWidget *parent, const char* name=0); diff --git a/quanta/components/csseditor/colorslider.h b/quanta/components/csseditor/colorslider.h index 33c75c30..b1c350bb 100644 --- a/quanta/components/csseditor/colorslider.h +++ b/quanta/components/csseditor/colorslider.h @@ -29,7 +29,7 @@ */ class colorSlider : public miniEditor { - Q_OBJECT + TQ_OBJECT private : TQString m_functionName; @@ -52,7 +52,7 @@ class colorSlider : public miniEditor { }; class RGBcolorSlider : public colorSlider { - Q_OBJECT + TQ_OBJECT public: RGBcolorSlider(TQWidget *parent=0, const char *name=0); @@ -61,7 +61,7 @@ class RGBcolorSlider : public colorSlider { //FOR CSS3 /*class HSLcolorSlider : public colorSlider { - Q_OBJECT + TQ_OBJECT public: HSLcolorSlider(TQWidget *parent=0, const char *name=0); diff --git a/quanta/components/csseditor/csseditor.h b/quanta/components/csseditor/csseditor.h index 0df95553..dd72a2fc 100644 --- a/quanta/components/csseditor/csseditor.h +++ b/quanta/components/csseditor/csseditor.h @@ -55,7 +55,7 @@ class myCheckListItem : public TQCheckListItem /** CSSEditor is the base class of the project */ class CSSEditor : public CSSEditorS { - Q_OBJECT + TQ_OBJECT private: TQMyHighlighter *m_myhi; diff --git a/quanta/components/csseditor/csseditor_globals.h b/quanta/components/csseditor/csseditor_globals.h index e63a9f20..88223c9c 100644 --- a/quanta/components/csseditor/csseditor_globals.h +++ b/quanta/components/csseditor/csseditor_globals.h @@ -50,7 +50,7 @@ const TQStringList HTMLColors(TQStringList::split(",",TQString("aliceblue,antiqu class mySpinBox : public TQSpinBox{ - Q_OBJECT + TQ_OBJECT public: mySpinBox(TQWidget * parent = 0, const char * name = 0 ); diff --git a/quanta/components/csseditor/cssselector.h b/quanta/components/csseditor/cssselector.h index a71f587b..5bee0f48 100644 --- a/quanta/components/csseditor/cssselector.h +++ b/quanta/components/csseditor/cssselector.h @@ -29,7 +29,7 @@ class TQStringList; */ class CSSSelector : public CSSSelectorS { - Q_OBJECT + TQ_OBJECT private: diff --git a/quanta/components/csseditor/doubleeditors.h b/quanta/components/csseditor/doubleeditors.h index 94cbf164..396a13c5 100644 --- a/quanta/components/csseditor/doubleeditors.h +++ b/quanta/components/csseditor/doubleeditors.h @@ -24,7 +24,7 @@ class TQComboBox; class doubleEditorBase : public miniEditor { - Q_OBJECT + TQ_OBJECT protected: TQString m_sxValue, @@ -45,7 +45,7 @@ class doubleEditorBase : public miniEditor { }; class doublePercentageEditor : public doubleEditorBase { - Q_OBJECT + TQ_OBJECT private: mySpinBox *m_sbSx, @@ -59,7 +59,7 @@ class doublePercentageEditor : public doubleEditorBase { }; class doubleComboBoxEditor : public doubleEditorBase { - Q_OBJECT + TQ_OBJECT private: TQComboBox *m_cbSx, @@ -74,7 +74,7 @@ class doubleComboBoxEditor : public doubleEditorBase { }; class doubleLengthEditor : public doubleEditorBase { - Q_OBJECT + TQ_OBJECT private: specialSB *m_ssbSx, diff --git a/quanta/components/csseditor/encodingselector.h b/quanta/components/csseditor/encodingselector.h index 6ee05ccd..eddcdc1d 100644 --- a/quanta/components/csseditor/encodingselector.h +++ b/quanta/components/csseditor/encodingselector.h @@ -27,7 +27,7 @@ */ class encodingSelector : public encodingSelectorS { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/components/csseditor/fontfamilychooser.h b/quanta/components/csseditor/fontfamilychooser.h index 70d359eb..58d52299 100644 --- a/quanta/components/csseditor/fontfamilychooser.h +++ b/quanta/components/csseditor/fontfamilychooser.h @@ -23,7 +23,7 @@ class TQStringList; class fontFamilyChooser : public fontFamilyChooserS { - Q_OBJECT + TQ_OBJECT private: enum FontOrigin { available, generic }; diff --git a/quanta/components/csseditor/percentageeditor.h b/quanta/components/csseditor/percentageeditor.h index 34cf3903..eae4261d 100644 --- a/quanta/components/csseditor/percentageeditor.h +++ b/quanta/components/csseditor/percentageeditor.h @@ -37,7 +37,7 @@ class KPushButton; class propertySetter; class percentageEditor : public miniEditor { - Q_OBJECT + TQ_OBJECT private: mySpinBox *m_sb; diff --git a/quanta/components/csseditor/propertysetter.h b/quanta/components/csseditor/propertysetter.h index a49f585c..2095d6d5 100644 --- a/quanta/components/csseditor/propertysetter.h +++ b/quanta/components/csseditor/propertysetter.h @@ -32,7 +32,7 @@ class KPushButton; */ class propertySetter : public TQHBox { - Q_OBJECT + TQ_OBJECT private: diff --git a/quanta/components/csseditor/specialsb.h b/quanta/components/csseditor/specialsb.h index ef74213f..cda9b040 100644 --- a/quanta/components/csseditor/specialsb.h +++ b/quanta/components/csseditor/specialsb.h @@ -28,7 +28,7 @@ class KLineEdit; */ class specialSB : public miniEditor { - Q_OBJECT + TQ_OBJECT protected: TQComboBox *m_cb; @@ -54,28 +54,28 @@ class specialSB : public miniEditor { }; class angleEditor : public specialSB { - Q_OBJECT + TQ_OBJECT public: angleEditor(TQWidget *parent=0, const char *name=0); }; class frequencyEditor : public specialSB { - Q_OBJECT + TQ_OBJECT public: frequencyEditor(TQWidget *parent=0, const char *name=0); }; class timeEditor : public specialSB { - Q_OBJECT + TQ_OBJECT public: timeEditor(TQWidget *parent=0, const char *name=0); }; class lengthEditor : public specialSB { - Q_OBJECT + TQ_OBJECT public: lengthEditor(TQWidget *parent=0, const char *name=0); diff --git a/quanta/components/csseditor/styleeditor.h b/quanta/components/csseditor/styleeditor.h index 83b54349..206033a6 100644 --- a/quanta/components/csseditor/styleeditor.h +++ b/quanta/components/csseditor/styleeditor.h @@ -24,7 +24,7 @@ //forward declarations class propertySetter; class StyleEditor : public TLPEditor{ - Q_OBJECT + TQ_OBJECT private: int m_iconWidth, diff --git a/quanta/components/csseditor/stylesheetparser.h b/quanta/components/csseditor/stylesheetparser.h index c5183dfe..4d1b1233 100644 --- a/quanta/components/csseditor/stylesheetparser.h +++ b/quanta/components/csseditor/stylesheetparser.h @@ -27,7 +27,7 @@ */ class stylesheetParser : public TQObject{ - Q_OBJECT + TQ_OBJECT private: diff --git a/quanta/components/csseditor/tlpeditors.h b/quanta/components/csseditor/tlpeditors.h index 09c2e1f8..5a341b81 100644 --- a/quanta/components/csseditor/tlpeditors.h +++ b/quanta/components/csseditor/tlpeditors.h @@ -30,7 +30,7 @@ class TQLabel; class TLPEditor : public miniEditor { //editor with a line text and a button calling a dialog - Q_OBJECT + TQ_OBJECT protected: @@ -55,7 +55,7 @@ class TLPEditor : public miniEditor { //editor with a line text and a button cal }; class fontEditor : public TLPEditor{ - Q_OBJECT + TQ_OBJECT private: TQString m_initialValue; @@ -70,7 +70,7 @@ class fontEditor : public TLPEditor{ }; class URIEditor : public TLPEditor { - Q_OBJECT + TQ_OBJECT public: enum mode{ Multi, Single }; |