summaryrefslogtreecommitdiffstats
path: root/kbruch/src/exercisefactorize.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:07:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:07:00 -0600
commit1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3 (patch)
tree7aca707994f0758ad30d3bcc0041d5b246f2269e /kbruch/src/exercisefactorize.h
parent84ab9f7387b7993eed7c393763b3dc89dfa3a56d (diff)
downloadtdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.tar.gz
tdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kbruch/src/exercisefactorize.h')
-rw-r--r--kbruch/src/exercisefactorize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbruch/src/exercisefactorize.h b/kbruch/src/exercisefactorize.h
index c5ded345..716104fd 100644
--- a/kbruch/src/exercisefactorize.h
+++ b/kbruch/src/exercisefactorize.h
@@ -60,7 +60,7 @@ const uint possibleTasks[numberPossibleTasks] = {4, 6, 8, 9, 10, 12, 14, 15, 16,
class ExerciseFactorize : public ExerciseBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** constructor */