diff options
Diffstat (limited to 'kradio3/plugins/gui-standard-display/radioview_element.h')
-rw-r--r-- | kradio3/plugins/gui-standard-display/radioview_element.h | 2 |
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 a354b82..67097de 100644 --- a/kradio3/plugins/gui-standard-display/radioview_element.h +++ b/kradio3/plugins/gui-standard-display/radioview_element.h @@ -40,7 +40,7 @@ class RadioViewElement : public TQFrame, Q_OBJECT TQ_OBJECT public: - RadioViewElement (TQWidget *tqparent, const TQString &name, RadioViewClass myClass); + RadioViewElement (TQWidget *parent, const TQString &name, RadioViewClass myClass); virtual ~RadioViewElement(); bool connectI (Interface *) { return false; } // default behaviour, please overwrite in derived class |