From 860a15eba11559dd34e033b77359b3bc34ef2ce4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:58:59 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/app/historyAction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/historyAction.h') diff --git a/src/app/historyAction.h b/src/app/historyAction.h index 0e5ad28..9ed65ab 100644 --- a/src/app/historyAction.h +++ b/src/app/historyAction.h @@ -40,7 +40,7 @@ private: class HistoryCollection : public TQObject { Q_OBJECT - TQ_OBJECT + public: HistoryCollection( KActionCollection *ac, TQObject *parent, const char *name ); -- cgit v1.2.1