summaryrefslogtreecommitdiffstats
path: root/quanta/components/framewizard
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:09:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:09:42 -0600
commit3da0c9594ec7967c35cc9851c9403f8303ec542b (patch)
treee82a47b6c444f8931ee51ebc5b6985ecb3d68d39 /quanta/components/framewizard
parent1179541f92513abc4cc3798ab2bb96960b3daebd (diff)
downloadtdewebdev-3da0c9594ec7967c35cc9851c9403f8303ec542b.tar.gz
tdewebdev-3da0c9594ec7967c35cc9851c9403f8303ec542b.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'quanta/components/framewizard')
-rw-r--r--quanta/components/framewizard/areaattributedb.h2
-rw-r--r--quanta/components/framewizard/fmfpeditor.h2
-rw-r--r--quanta/components/framewizard/fmrceditor.h2
-rw-r--r--quanta/components/framewizard/framewizard.h2
-rw-r--r--quanta/components/framewizard/selectablearea.h2
-rw-r--r--quanta/components/framewizard/visualframeeditor.h2
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;