summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/layout.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:09:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:09:32 -0600
commit0fed1a188b8d8be416550c63e2d5954f06434386 (patch)
tree19f346183997f815423bd63cb9f2e86baa1f3b14 /kdevdesigner/designer/layout.h
parent01b73b195ac252a67a00cfa0fa6a1ce4555f7304 (diff)
downloadtdevelop-0fed1a188b8d8be416550c63e2d5954f06434386.tar.gz
tdevelop-0fed1a188b8d8be416550c63e2d5954f06434386.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kdevdesigner/designer/layout.h')
-rw-r--r--kdevdesigner/designer/layout.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdevdesigner/designer/layout.h b/kdevdesigner/designer/layout.h
index 34891ae0..d9870f55 100644
--- a/kdevdesigner/designer/layout.h
+++ b/kdevdesigner/designer/layout.h
@@ -41,7 +41,7 @@ class TQPaintEvent;
class Layout : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
Layout( const TQWidgetList &wl, TQWidget *p, FormWindow *fw, TQWidget *lb, bool doSetup = TRUE, bool splitter = FALSE );
@@ -119,7 +119,7 @@ protected:
class Spacer : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
TQ_OVERRIDE( TQCString name )
TQ_PROPERTY( Qt::Orientation orientation READ orientation WRITE setOrientation )
@@ -164,7 +164,7 @@ protected:
class QDesignerGridLayout : public TQGridLayout
{
Q_OBJECT
- TQ_OBJECT
+
public:
QDesignerGridLayout( TQWidget *parent ) : TQGridLayout( parent ){};
QDesignerGridLayout( TQLayout *parentLayout ) : TQGridLayout( parentLayout ){};