diff options
Diffstat (limited to 'quanta/components/framewizard')
-rw-r--r-- | quanta/components/framewizard/areaattributedb.h | 2 | ||||
-rw-r--r-- | quanta/components/framewizard/fmfpeditor.h | 2 | ||||
-rw-r--r-- | quanta/components/framewizard/fmrceditor.h | 2 | ||||
-rw-r--r-- | quanta/components/framewizard/framewizard.h | 2 | ||||
-rw-r--r-- | quanta/components/framewizard/selectablearea.h | 2 | ||||
-rw-r--r-- | quanta/components/framewizard/visualframeeditor.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/quanta/components/framewizard/areaattributedb.h b/quanta/components/framewizard/areaattributedb.h index 79e105be..a4e3a837 100644 --- a/quanta/components/framewizard/areaattributedb.h +++ b/quanta/components/framewizard/areaattributedb.h @@ -26,7 +26,7 @@ class areaAttribute : public TQObject{ Q_OBJECT - TQ_OBJECT + private: TQRect m_geometry; diff --git a/quanta/components/framewizard/fmfpeditor.h b/quanta/components/framewizard/fmfpeditor.h index 2fc52e64..9080cc4d 100644 --- a/quanta/components/framewizard/fmfpeditor.h +++ b/quanta/components/framewizard/fmfpeditor.h @@ -26,7 +26,7 @@ class fmFPeditor : public fmFPeditorS { Q_OBJECT - TQ_OBJECT + public: fmFPeditor(); diff --git a/quanta/components/framewizard/fmrceditor.h b/quanta/components/framewizard/fmrceditor.h index ab33d5b4..abebe4ee 100644 --- a/quanta/components/framewizard/fmrceditor.h +++ b/quanta/components/framewizard/fmrceditor.h @@ -26,7 +26,7 @@ class fmRCeditor : public fmRCeditorS { Q_OBJECT - TQ_OBJECT + public: fmRCeditor(); ~fmRCeditor(); diff --git a/quanta/components/framewizard/framewizard.h b/quanta/components/framewizard/framewizard.h index 906319c8..c71a4e5a 100644 --- a/quanta/components/framewizard/framewizard.h +++ b/quanta/components/framewizard/framewizard.h @@ -26,7 +26,7 @@ class TQStringList; class FrameWizard : public FrameWizardS { Q_OBJECT - TQ_OBJECT + private: bool m_hasSelected, m_saved; // if saved = false the the file containing the frameset structure diff --git a/quanta/components/framewizard/selectablearea.h b/quanta/components/framewizard/selectablearea.h index ffdd9c20..0fc95d8b 100644 --- a/quanta/components/framewizard/selectablearea.h +++ b/quanta/components/framewizard/selectablearea.h @@ -29,7 +29,7 @@ class SelectableArea : public KHTMLPart { Q_OBJECT - TQ_OBJECT + public : SelectableArea(TQWidget *parent=0, const char *name=0); diff --git a/quanta/components/framewizard/visualframeeditor.h b/quanta/components/framewizard/visualframeeditor.h index 39bb4b4c..57ac82fe 100644 --- a/quanta/components/framewizard/visualframeeditor.h +++ b/quanta/components/framewizard/visualframeeditor.h @@ -29,7 +29,7 @@ class VisualFrameEditor : public TQHBox { Q_OBJECT - TQ_OBJECT + private: enum MarkupLanguage{XHTML,HTML}; tree *m_internalTree; |