From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- arts/builder/module.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'arts/builder/module.h') diff --git a/arts/builder/module.h b/arts/builder/module.h index 0d23bb11..6fbff74d 100644 --- a/arts/builder/module.h +++ b/arts/builder/module.h @@ -24,9 +24,9 @@ #include -#include -#include -#include +#include +#include +#include #include #include "artsbuilder.h" @@ -59,7 +59,7 @@ public: int drawsegment, Direction direction, Arts::PortDesc PortDesc); bool down(); - QColor color(bool isInterface); + TQColor color(bool isInterface); }; class Module :public StructureComponent @@ -68,8 +68,8 @@ protected: Arts::StructureDesc StructureDesc; Arts::ModuleDesc ModuleDesc; - QPixmap *_pixmap; - QString _name; + TQPixmap *_pixmap; + TQString _name; int _width, _height; bool moveInternal(int x, int y); @@ -100,9 +100,9 @@ public: void dumpPorts(std::list& ports); bool drawNeedsBackground(int segment); - void drawSegment(QPainter *dest, int cellsize, int segment); - QPixmap *pixmap(); - QString name(); + void drawSegment(TQPainter *dest, int cellsize, int segment); + TQPixmap *pixmap(); + TQString name(); }; #endif -- cgit v1.2.1