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.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kimagemapeditor/kimecommands.h') diff --git a/kimagemapeditor/kimecommands.h b/kimagemapeditor/kimecommands.h index 946c09b4..87b5b87b 100644 --- a/kimagemapeditor/kimecommands.h +++ b/kimagemapeditor/kimecommands.h @@ -90,15 +90,15 @@ KNamedCommand #endif { public: - MoveCommand (KImageMapEditor *document, AreaSelection *a,const QPoint & oldPoint); + MoveCommand (KImageMapEditor *document, AreaSelection *a,const TQPoint & oldPoint); ~MoveCommand (); virtual void execute(); virtual void unexecute(); protected: - QPoint _newPoint; - QPoint _oldPoint; + TQPoint _newPoint; + TQPoint _oldPoint; KImageMapEditor* _document; AreaSelection *_areaSelection; @@ -135,7 +135,7 @@ KNamedCommand #endif { public: - AddPointCommand (KImageMapEditor *document, AreaSelection *a, const QPoint & p); + AddPointCommand (KImageMapEditor *document, AreaSelection *a, const TQPoint & p); ~AddPointCommand (); virtual void execute(); @@ -145,7 +145,7 @@ KNamedCommand KImageMapEditor* _document; AreaSelection *_areaSelection; - QPoint _point; + TQPoint _point; int _coordpos; }; -- cgit v1.2.1