From 730bb5bd4cffbbc5cf3a32212533fef885dbab87 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:51 -0600 Subject: Remove spurious TQ_OBJECT instances --- juk/exampleoptions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juk/exampleoptions.h') diff --git a/juk/exampleoptions.h b/juk/exampleoptions.h index 03dfaa13..1d2097f5 100644 --- a/juk/exampleoptions.h +++ b/juk/exampleoptions.h @@ -22,7 +22,7 @@ class ExampleOptions : public ExampleOptionsBase { Q_OBJECT - TQ_OBJECT + public: ExampleOptions(TQWidget *parent); @@ -37,7 +37,7 @@ class ExampleOptions : public ExampleOptionsBase class ExampleOptionsDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: ExampleOptionsDialog(TQWidget *parent); -- cgit v1.2.1