summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqpopupmenu.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-10-20 20:01:48 -0500
committerTimothy Pearson <[email protected]>2012-10-20 20:01:48 -0500
commit7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (patch)
tree7ffddfefaf990c9a33ee6a0f317b9133dc58305c /src/widgets/ntqpopupmenu.h
parentedec8306fb4f7dab5e6b0f368e889581f38ea3bc (diff)
downloadtqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.tar.gz
tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.zip
Automated update from Qt3
Diffstat (limited to 'src/widgets/ntqpopupmenu.h')
-rw-r--r--src/widgets/ntqpopupmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/ntqpopupmenu.h b/src/widgets/ntqpopupmenu.h
index af67e914e..c4415fdfb 100644
--- a/src/widgets/ntqpopupmenu.h
+++ b/src/widgets/ntqpopupmenu.h
@@ -52,7 +52,7 @@ class TQPopupMenuPrivate;
class Q_EXPORT TQPopupMenu : public TQFrame, public TQMenuData
{
TQ_OBJECT
- Q_PROPERTY( bool checkable READ isCheckable WRITE setCheckable )
+ TQ_PROPERTY( bool checkable READ isCheckable WRITE setCheckable )
public:
TQPopupMenu( TQWidget* parent=0, const char* name=0 );
~TQPopupMenu();