From fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:05:43 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/gui/editors/matrix/MatrixSelector.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/editors/matrix/MatrixSelector.cpp') diff --git a/src/gui/editors/matrix/MatrixSelector.cpp b/src/gui/editors/matrix/MatrixSelector.cpp index c9c3b32..72060af 100644 --- a/src/gui/editors/matrix/MatrixSelector.cpp +++ b/src/gui/editors/matrix/MatrixSelector.cpp @@ -74,15 +74,15 @@ MatrixSelector::MatrixSelector(MatrixView* view) connect(m_parentView, TQT_SIGNAL(usedSelection()), this, TQT_SLOT(slotHideSelection())); - new KAction(i18n("Switch to Draw Tool"), "pencil", 0, this, + new TDEAction(i18n("Switch to Draw Tool"), "pencil", 0, this, TQT_SLOT(slotDrawSelected()), actionCollection(), "draw"); - new KAction(i18n("Switch to Erase Tool"), "eraser", 0, this, + new TDEAction(i18n("Switch to Erase Tool"), "eraser", 0, this, TQT_SLOT(slotEraseSelected()), actionCollection(), "erase"); - new KAction(i18n("Switch to Move Tool"), "move", 0, this, + new TDEAction(i18n("Switch to Move Tool"), "move", 0, this, TQT_SLOT(slotMoveSelected()), actionCollection(), "move"); @@ -90,7 +90,7 @@ MatrixSelector::MatrixSelector(MatrixView* view) TQCanvasPixmap pixmap(pixmapDir + "/toolbar/resize.xpm"); TQIconSet icon = TQIconSet(pixmap); - new KAction(i18n("Switch to Resize Tool"), icon, 0, this, + new TDEAction(i18n("Switch to Resize Tool"), icon, 0, this, TQT_SLOT(slotResizeSelected()), actionCollection(), "resize"); -- cgit v1.2.3