From dc6b8e72fed2586239e3514819238c520636c9d9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:54:04 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1157656 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kimagemapeditor/kimecommands.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kimagemapeditor/kimecommands.cpp') diff --git a/kimagemapeditor/kimecommands.cpp b/kimagemapeditor/kimecommands.cpp index e061a463..59157f9d 100644 --- a/kimagemapeditor/kimecommands.cpp +++ b/kimagemapeditor/kimecommands.cpp @@ -14,7 +14,7 @@ * (at your option) any later version. * * * ***************************************************************************/ -#include +#include #include #include @@ -122,7 +122,7 @@ void PasteCommand::unexecute() } -MoveCommand::MoveCommand (KImageMapEditor *document, AreaSelection * a, const QPoint & oldPoint) +MoveCommand::MoveCommand (KImageMapEditor *document, AreaSelection * a, const TQPoint & oldPoint) : #if KDE_VERSION < 300 KCommand @@ -231,7 +231,7 @@ void ResizeCommand::unexecute() -AddPointCommand::AddPointCommand (KImageMapEditor *document, AreaSelection *a, const QPoint & p) +AddPointCommand::AddPointCommand (KImageMapEditor *document, AreaSelection *a, const TQPoint & p) : #if KDE_VERSION < 300 KCommand @@ -268,7 +268,7 @@ void AddPointCommand::execute() void AddPointCommand::unexecute() { -// QRect *selectionPoint = _areaSelection->onSelectionPoint(_point); +// TQRect *selectionPoint = _areaSelection->onSelectionPoint(_point); Area* repaintArea = _areaSelection->clone(); _areaSelection->removeCoord(_coordpos); -- cgit v1.2.1