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 ab38db7..4e03142 100644 --- a/src/gui/widgets/TristateCheckBox.h +++ b/src/gui/widgets/TristateCheckBox.h @@ -45,7 +45,7 @@ namespace Rosegarden class TristateCheckBox : public TQCheckBox { Q_OBJECT - TQ_OBJECT + public: TristateCheckBox(TQWidget *parent=0, const char *name=0):TQCheckBox(parent, name) |