From 3da0c9594ec7967c35cc9851c9403f8303ec542b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:42 -0600 Subject: Remove spurious TQ_OBJECT instances --- kimagemapeditor/kimagemapeditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kimagemapeditor/kimagemapeditor.h') diff --git a/kimagemapeditor/kimagemapeditor.h b/kimagemapeditor/kimagemapeditor.h index 9c14222b..bfe6dd98 100644 --- a/kimagemapeditor/kimagemapeditor.h +++ b/kimagemapeditor/kimagemapeditor.h @@ -130,7 +130,7 @@ class KDockMainWindow; class KImageMapEditor : public KParts::ReadWritePart { Q_OBJECT - TQ_OBJECT + public : enum ToolType { Selection, Rectangle, Circle, Polygon, Freehand, AddPoint, RemovePoint }; -- cgit v1.2.1