From 638fe73bb49325f24ec95cedeb4a32cd71dc9201 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:00:02 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/knowitapp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/knowitapp.h') diff --git a/src/knowitapp.h b/src/knowitapp.h index 209ed54..c29dd44 100644 --- a/src/knowitapp.h +++ b/src/knowitapp.h @@ -22,7 +22,7 @@ class KnowitApplication : public KUniqueApplication { Q_OBJECT - TQ_OBJECT + public: KnowitApplication(bool allowStyles = true, bool GUIEnabled = true); -- cgit v1.2.1