summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/gui-standard-display/radioview_element.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:49 -0600
commit34294ba0ffcd25f399da76c7db615b8346424fd9 (patch)
tree8c9c119fa5232cc104533d744b542c36d850781f /kradio3/plugins/gui-standard-display/radioview_element.h
parent1ef26a243b7781b0cf623af5eea54dfd74ce9219 (diff)
downloadtderadio-34294ba0ffcd25f399da76c7db615b8346424fd9.tar.gz
tderadio-34294ba0ffcd25f399da76c7db615b8346424fd9.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kradio3/plugins/gui-standard-display/radioview_element.h')
-rw-r--r--kradio3/plugins/gui-standard-display/radioview_element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/plugins/gui-standard-display/radioview_element.h b/kradio3/plugins/gui-standard-display/radioview_element.h
index 67097de..22fa1c5 100644
--- a/kradio3/plugins/gui-standard-display/radioview_element.h
+++ b/kradio3/plugins/gui-standard-display/radioview_element.h
@@ -38,7 +38,7 @@ class RadioViewElement : public TQFrame,
public virtual Interface
{
Q_OBJECT
- TQ_OBJECT
+
public:
RadioViewElement (TQWidget *parent, const TQString &name, RadioViewClass myClass);
virtual ~RadioViewElement();