From 3da0c9594ec7967c35cc9851c9403f8303ec542b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:42 -0600 Subject: Remove spurious TQ_OBJECT instances --- quanta/components/framewizard/areaattributedb.h | 2 +- quanta/components/framewizard/fmfpeditor.h | 2 +- quanta/components/framewizard/fmrceditor.h | 2 +- quanta/components/framewizard/framewizard.h | 2 +- quanta/components/framewizard/selectablearea.h | 2 +- quanta/components/framewizard/visualframeeditor.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'quanta/components/framewizard') 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; -- cgit v1.2.1