summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/QuantizeDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/QuantizeDialog.h')
-rw-r--r--src/gui/dialogs/QuantizeDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/QuantizeDialog.h b/src/gui/dialogs/QuantizeDialog.h
index a787dd1..fa6f07e 100644
--- a/src/gui/dialogs/QuantizeDialog.h
+++ b/src/gui/dialogs/QuantizeDialog.h
@@ -29,7 +29,7 @@
#include <kdialogbase.h>
-class QWidget;
+class TQWidget;
namespace Rosegarden
@@ -44,7 +44,7 @@ class QuantizeDialog : public KDialogBase
Q_OBJECT
public:
- QuantizeDialog(QWidget *parent, bool inNotation = false);
+ QuantizeDialog(TQWidget *parent, bool inNotation = false);
/// Returned quantizer object is on heap -- caller must delete
Quantizer *getQuantizer() const;