diff options
Diffstat (limited to 'src/gui/dialogs/PitchDialog.h')
-rw-r--r-- | src/gui/dialogs/PitchDialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/dialogs/PitchDialog.h b/src/gui/dialogs/PitchDialog.h index 72e6381..8a4cce7 100644 --- a/src/gui/dialogs/PitchDialog.h +++ b/src/gui/dialogs/PitchDialog.h @@ -27,10 +27,10 @@ #define _RG_PITCHDIALOG_H_ #include <kdialogbase.h> -#include <qstring.h> +#include <tqstring.h> -class QWidget; +class TQWidget; namespace Rosegarden @@ -43,7 +43,7 @@ class PitchDialog : public KDialogBase { Q_OBJECT public: - PitchDialog(QWidget *parent, QString title, int defaultPitch = 60); + PitchDialog(TQWidget *parent, TQString title, int defaultPitch = 60); int getPitch() const; |