From 5106f93512659db1a236db49febc5ed1a45e3384 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:10 -0600 Subject: Remove spurious TQ_OBJECT instances --- kfouleggs/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kfouleggs/main.h') diff --git a/kfouleggs/main.h b/kfouleggs/main.h index b38f3fb9..a844ae71 100644 --- a/kfouleggs/main.h +++ b/kfouleggs/main.h @@ -27,7 +27,7 @@ class FEFactory : public CommonFactory class FEMainWindow : public MainWindow { Q_OBJECT - TQ_OBJECT + public: FEMainWindow() { init(); } }; -- cgit v1.2.1