summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/gui-standard-display/radioview_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'kradio3/plugins/gui-standard-display/radioview_element.h')
-rw-r--r--kradio3/plugins/gui-standard-display/radioview_element.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kradio3/plugins/gui-standard-display/radioview_element.h b/kradio3/plugins/gui-standard-display/radioview_element.h
index 11c77ac..a354b82 100644
--- a/kradio3/plugins/gui-standard-display/radioview_element.h
+++ b/kradio3/plugins/gui-standard-display/radioview_element.h
@@ -22,7 +22,7 @@
#include <config.h>
#endif
-#include <qframe.h>
+#include <tqframe.h>
#include "../../src/include/interfaces.h"
#include "../../src/include/plugins.h"
@@ -34,12 +34,13 @@ enum RadioViewClass { clsRadioSound = 0,
// Defaults to an empty element
-class RadioViewElement : public QFrame,
+class RadioViewElement : public TQFrame,
public virtual Interface
{
Q_OBJECT
+ TQ_OBJECT
public:
- RadioViewElement (QWidget *parent, const QString &name, RadioViewClass myClass);
+ RadioViewElement (TQWidget *tqparent, const TQString &name, RadioViewClass myClass);
virtual ~RadioViewElement();
bool connectI (Interface *) { return false; } // default behaviour, please overwrite in derived class