summaryrefslogtreecommitdiffstats
path: root/kugar/kudesigner_lib/box.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kugar/kudesigner_lib/box.cpp')
-rw-r--r--kugar/kudesigner_lib/box.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kugar/kudesigner_lib/box.cpp b/kugar/kudesigner_lib/box.cpp
index f80f9a5f..7a0c58ac 100644
--- a/kugar/kudesigner_lib/box.cpp
+++ b/kugar/kudesigner_lib/box.cpp
@@ -16,7 +16,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
-#include <qcanvas.h>
+#include <tqcanvas.h>
#include "box.h"
#include "canvas.h"
@@ -35,9 +35,9 @@ void Box::scale( int scale )
setSize( width() * scale, height() * scale );
}
-void Box::draw( QPainter &painter )
+void Box::draw( TQPainter &painter )
{
- QCanvasRectangle::draw( painter );
+ TQCanvasRectangle::draw( painter );
}
}