summaryrefslogtreecommitdiffstats
path: root/kooka/kocrbase.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:07:32 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:07:32 -0600
commite8f365173e37780bc769530f21a4c23818cd6379 (patch)
tree21148d06d650a0680c5ad9dfeb5a35bb4b3cca4a /kooka/kocrbase.h
parent39a64ad5e74cbffcaaca37dac6df6a833748a808 (diff)
downloadtdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.tar.gz
tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kooka/kocrbase.h')
-rw-r--r--kooka/kocrbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/kocrbase.h b/kooka/kocrbase.h
index 8e10bd0d..76456214 100644
--- a/kooka/kocrbase.h
+++ b/kooka/kocrbase.h
@@ -54,7 +54,7 @@ class TQGroupBox;
class KOCRBase: public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KOCRBase( TQWidget *, KSpellConfig *spellConfig,
KDialogBase::DialogType face = KDialogBase::Plain );