summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmacanvasitemwrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kbfxplasmacanvasitemwrapper.h')
-rw-r--r--src/kbfxplasmacanvasitemwrapper.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/kbfxplasmacanvasitemwrapper.h b/src/kbfxplasmacanvasitemwrapper.h
index 54e70b2..ba1954b 100644
--- a/src/kbfxplasmacanvasitemwrapper.h
+++ b/src/kbfxplasmacanvasitemwrapper.h
@@ -24,23 +24,24 @@
#include "kbfxplasmacanvasitem.h"
#include "kbfxplasmaindexitem.h"
-#include <qcanvas.h>
+#include <tqcanvas.h>
-class KbfxPlasmaCanvasItemWrapper:public QObject
+class KbfxPlasmaCanvasItemWrapper:public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
- KbfxPlasmaCanvasItemWrapper ( QCanvas * canvas );
+ KbfxPlasmaCanvasItemWrapper ( TQCanvas * canvas );
~KbfxPlasmaCanvasItemWrapper();
- QCanvasItem* item ( KbfxPlasmaCanvasItem::Type __type );
- QCanvasItem* itemIndex ( KbfxPlasmaCanvasItem::Type __type );
+ TQCanvasItem* item ( KbfxPlasmaCanvasItem::Type __type );
+ TQCanvasItem* itemIndex ( KbfxPlasmaCanvasItem::Type __type );
private:
- QCanvas * m_canvas;
+ TQCanvas * m_canvas;
//none