From 2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:00:39 -0600 Subject: Remove spurious TQ_OBJECT instances --- lib/kofficeui/KoCommandHistory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/kofficeui/KoCommandHistory.h') diff --git a/lib/kofficeui/KoCommandHistory.h b/lib/kofficeui/KoCommandHistory.h index 89b83744b..554b4b191 100644 --- a/lib/kofficeui/KoCommandHistory.h +++ b/lib/kofficeui/KoCommandHistory.h @@ -34,7 +34,7 @@ class KCommand; class KoListBox : public TQListBox { Q_OBJECT - TQ_OBJECT + public: KoListBox( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); protected: @@ -58,7 +58,7 @@ signals: */ class KOFFICEUI_EXPORT KoCommandHistory : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Creates a command history, to store commands. -- cgit v1.2.3