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/gui/kde/kgraph.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'arts/gui/kde/kgraph.h') diff --git a/arts/gui/kde/kgraph.h b/arts/gui/kde/kgraph.h index d3e622ad..83c1aa7c 100644 --- a/arts/gui/kde/kgraph.h +++ b/arts/gui/kde/kgraph.h @@ -23,8 +23,8 @@ #ifndef _KGRAPH_H #define _KGRAPH_H -#include -#include +#include +#include #include "artsgui.h" #include @@ -43,21 +43,21 @@ protected: GraphPoint selectedPoint; int selectedIndex; // -1 if nothing is selected - inline GraphPoint q2gPoint(const QPoint &qp); - inline QPoint g2qPoint(const GraphPoint &gp); + inline GraphPoint q2gPoint(const TQPoint &qp); + inline TQPoint g2qPoint(const GraphPoint &gp); public: - KGraph( QWidget * parent = 0, const char * name = 0 ); + KGraph( TQWidget * parent = 0, const char * name = 0 ); virtual ~KGraph(); void addLine(Arts::KGraphLine_impl *line); void redrawLine(Arts::KGraphLine_impl *line); void removeLine(Arts::KGraphLine_impl *line); - void mousePressEvent(QMouseEvent *me); - void mouseMoveEvent(QMouseEvent *me); - void mouseReleaseEvent(QMouseEvent *me); + void mousePressEvent(TQMouseEvent *me); + void mouseMoveEvent(TQMouseEvent *me); + void mouseReleaseEvent(TQMouseEvent *me); - void paintEvent(QPaintEvent *e); + void paintEvent(TQPaintEvent *e); }; } -- cgit v1.2.1