From 5443f402bbfcf7f9c392bcbb0108ee074551f982 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:59 -0600 Subject: Remove spurious TQ_OBJECT instances --- cervisia/diffview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cervisia/diffview.h') diff --git a/cervisia/diffview.h b/cervisia/diffview.h index 9bc57b06..f691c0b6 100644 --- a/cervisia/diffview.h +++ b/cervisia/diffview.h @@ -42,7 +42,7 @@ protected: class DiffView : public QtTableView { Q_OBJECT - TQ_OBJECT + public: enum DiffType { Change, Insert, Delete, Neutral, Unchanged, Separator }; @@ -105,7 +105,7 @@ private: class DiffZoomWidget : public TQFrame { Q_OBJECT - TQ_OBJECT + public: DiffZoomWidget(KConfig& cfg, TQWidget *parent=0, const char *name=0); -- cgit v1.2.1