diff options
Diffstat (limited to 'arts/builder/structureport.h')
-rw-r--r-- | arts/builder/structureport.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arts/builder/structureport.h b/arts/builder/structureport.h index 8729cc24..7c9f61f1 100644 --- a/arts/builder/structureport.h +++ b/arts/builder/structureport.h @@ -58,9 +58,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 // STRUCTUREPORT_H |