diff options
Diffstat (limited to 'src/gui/editors/matrix/MatrixSelector.h')
-rw-r--r-- | src/gui/editors/matrix/MatrixSelector.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/editors/matrix/MatrixSelector.h b/src/gui/editors/matrix/MatrixSelector.h index caa9e4f..1e8a741 100644 --- a/src/gui/editors/matrix/MatrixSelector.h +++ b/src/gui/editors/matrix/MatrixSelector.h @@ -50,6 +50,7 @@ class EditTool; class MatrixSelector : public MatrixTool { Q_OBJECT + TQ_OBJECT friend class MatrixToolBox; @@ -97,7 +98,7 @@ public: /** * Create the selection rect * - * We need this because MatrixView deletes all QCanvasItems + * We need this because MatrixView deletes all TQCanvasItems * along with it. This happens before the MatrixSelector is * deleted, so we can't delete the selection rect in * ~MatrixSelector because that leads to double deletion. |