diff options
Diffstat (limited to 'src/gui/widgets/TristateCheckBox.h')
-rw-r--r-- | src/gui/widgets/TristateCheckBox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/TristateCheckBox.h b/src/gui/widgets/TristateCheckBox.h index 3cf757a..f98da43 100644 --- a/src/gui/widgets/TristateCheckBox.h +++ b/src/gui/widgets/TristateCheckBox.h @@ -41,7 +41,7 @@ namespace Rosegarden */ class TristateCheckBox : public TQCheckBox { -Q_OBJECT +TQ_OBJECT public: TristateCheckBox(TQWidget *parent=0, |