summaryrefslogtreecommitdiffstats
path: root/kommander/editor/layout.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 21:40:54 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 21:40:54 -0500
commit47dd01bcf94d2e88c9d548a6b30c9be67f7d7d15 (patch)
tree424afae363c642840d5c3641842654013711e796 /kommander/editor/layout.h
parent685de86487c13b03f3e5c33b74f317fc27389f88 (diff)
downloadtdewebdev-47dd01bcf94d2e88c9d548a6b30c9be67f7d7d15.tar.gz
tdewebdev-47dd01bcf94d2e88c9d548a6b30c9be67f7d7d15.zip
Update TQt3 property/enum macros
Diffstat (limited to 'kommander/editor/layout.h')
-rw-r--r--kommander/editor/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/layout.h b/kommander/editor/layout.h
index d0e6e737..e42759cb 100644
--- a/kommander/editor/layout.h
+++ b/kommander/editor/layout.h
@@ -116,7 +116,7 @@ class Spacer : public TQWidget
TQ_OVERRIDE( TQCString name )
TQ_PROPERTY( Qt::Orientation orientation READ orientation WRITE setOrientation )
- Q_ENUMS( SizeType )
+ TQ_ENUMS( SizeType )
TQ_PROPERTY( SizeType sizeType READ sizeType WRITE setSizeType )
TQ_PROPERTY( TQSize sizeHint READ sizeHint WRITE setSizeHint DESIGNABLE true STORED true )
TQ_OVERRIDE( TQRect geometry DESIGNABLE false )