summaryrefslogtreecommitdiffstats
path: root/kommander/widgets/subdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets/subdialog.h')
-rw-r--r--kommander/widgets/subdialog.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kommander/widgets/subdialog.h b/kommander/widgets/subdialog.h
index c61eda15..2e1120a3 100644
--- a/kommander/widgets/subdialog.h
+++ b/kommander/widgets/subdialog.h
@@ -34,11 +34,12 @@ class TQShowEvent;
class KOMMANDER_EXPORT SubDialog : public TQPushButton, public KommanderWidget
{
Q_OBJECT
+ TQ_OBJECT
- Q_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false)
- Q_PROPERTY(TQString kmdrFile READ kmdrFile WRITE setKmdrFile)
- Q_PROPERTY(TQStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false)
- Q_PROPERTY(bool KommanderWidget READ isKommanderWidget)
+ TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false)
+ TQ_PROPERTY(TQString kmdrFile READ kmdrFile WRITE setKmdrFile)
+ TQ_PROPERTY(TQStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false)
+ TQ_PROPERTY(bool KommanderWidget READ isKommanderWidget)
public:
SubDialog(TQWidget *a_parent, const char *a_name);
~SubDialog();