summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/TristateCheckBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/TristateCheckBox.h')
-rw-r--r--src/gui/widgets/TristateCheckBox.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/widgets/TristateCheckBox.h b/src/gui/widgets/TristateCheckBox.h
index 30e7db0..4d8f318 100644
--- a/src/gui/widgets/TristateCheckBox.h
+++ b/src/gui/widgets/TristateCheckBox.h
@@ -42,12 +42,13 @@ namespace Rosegarden
* and allows us to click only between on and off
* and only to _show_ the third ("Some") state
*/
-class TristateCheckBox : public QCheckBox
+class TristateCheckBox : public TQCheckBox
{
Q_OBJECT
+ TQ_OBJECT
public:
- TristateCheckBox(TQWidget *parent=0,
- const char *name=0):TQCheckBox(parent, name)
+ TristateCheckBox(TQWidget *tqparent=0,
+ const char *name=0):TQCheckBox(tqparent, name)
{ setTristate(true) ;}
virtual ~TristateCheckBox();