From e8f365173e37780bc769530f21a4c23818cd6379 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:32 -0600 Subject: Remove spurious TQ_OBJECT instances --- kviewshell/history.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kviewshell/history.h') diff --git a/kviewshell/history.h b/kviewshell/history.h index 6b4c2ccf..ba6376ef 100644 --- a/kviewshell/history.h +++ b/kviewshell/history.h @@ -34,7 +34,7 @@ bool operator!=(const HistoryItem& lhs, const HistoryItem& rhs) class History : public TQObject { Q_OBJECT - TQ_OBJECT + public: History(); -- cgit v1.2.1