diff options
Diffstat (limited to 'kommander/widgets/execbutton.h')
-rw-r--r-- | kommander/widgets/execbutton.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/kommander/widgets/execbutton.h b/kommander/widgets/execbutton.h index b646e5e7..6e8c478f 100644 --- a/kommander/widgets/execbutton.h +++ b/kommander/widgets/execbutton.h @@ -36,13 +36,14 @@ class TQShowEvent; class KOMMANDER_EXPORT ExecButton : public KPushButton, public KommanderWidget { Q_OBJECT + TQ_OBJECT Q_ENUMS(Blocking) - Q_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) - Q_PROPERTY(TQStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false) - Q_PROPERTY(bool KommanderWidget READ isKommanderWidget) - Q_PROPERTY(bool writeStdout READ writeStdout WRITE setWriteStdout) - Q_PROPERTY(Blocking blockGUI READ blockGUI WRITE setBlockGUI) + TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) + TQ_PROPERTY(TQStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false) + TQ_PROPERTY(bool KommanderWidget READ isKommanderWidget) + TQ_PROPERTY(bool writeStdout READ writeStdout WRITE setWriteStdout) + TQ_PROPERTY(Blocking blockGUI READ blockGUI WRITE setBlockGUI) public: ExecButton(TQWidget *a_parent, const char *a_name); |