From 1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:00 -0600 Subject: Remove spurious TQ_OBJECT instances --- kalzium/src/eqresult.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kalzium/src/eqresult.h') diff --git a/kalzium/src/eqresult.h b/kalzium/src/eqresult.h index 22bea856..d868c766 100644 --- a/kalzium/src/eqresult.h +++ b/kalzium/src/eqresult.h @@ -72,7 +72,7 @@ class AnswerItem : public TQListBoxItem class EqResult : public TQListBox { Q_OBJECT - TQ_OBJECT + public: EqResult(TQWidget *parent); -- cgit v1.2.1