summaryrefslogtreecommitdiffstats
path: root/arts/builder/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/builder/module.h')
-rw-r--r--arts/builder/module.h18
1 files changed, 9 insertions, 9 deletions
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 <list>
-#include <qpixmap.h>
-#include <qstring.h>
-#include <qrect.h>
+#include <tqpixmap.h>
+#include <tqstring.h>
+#include <tqrect.h>
#include <ksimpleconfig.h>
#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<ModulePort *>& 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