diff options
Diffstat (limited to 'src/gui/editors/matrix/MatrixTool.h')
-rw-r--r-- | src/gui/editors/matrix/MatrixTool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/matrix/MatrixTool.h b/src/gui/editors/matrix/MatrixTool.h index 5127f57..9972176 100644 --- a/src/gui/editors/matrix/MatrixTool.h +++ b/src/gui/editors/matrix/MatrixTool.h @@ -29,7 +29,7 @@ #include "gui/general/EditTool.h" -class QString; +class TQString; namespace Rosegarden @@ -61,7 +61,7 @@ protected slots: const SnapGrid &getSnapGrid() const; protected: - MatrixTool(const QString& menuName, MatrixView*); + MatrixTool(const TQString& menuName, MatrixView*); //--------------- Data members --------------------------------- |