summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:32 -0600
commitb96884aaefc7e31519679ed6b409f933e092b9af (patch)
tree012acc827c01352c9830a685e48fcc5600ceb0ce /src
parent9b7c77000a1f2f60bdf22c77601614c6790e712b (diff)
downloadtdmtheme-b96884aaefc7e31519679ed6b409f933e092b9af.tar.gz
tdmtheme-b96884aaefc7e31519679ed6b409f933e092b9af.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src')
-rw-r--r--src/tdmtheme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdmtheme.h b/src/tdmtheme.h
index 3013157..6754a33 100644
--- a/src/tdmtheme.h
+++ b/src/tdmtheme.h
@@ -35,7 +35,7 @@ class TQCheckBox;
class TDMThemeWidget : public KCModule {
Q_OBJECT
- TQ_OBJECT
+
public:
TDMThemeWidget( TQWidget *parent = 0, const char *name=0, const TQStringList& = TQStringList() );