summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_glwidget_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/sq_glwidget_helpers.h')
-rw-r--r--ksquirrel/sq_glwidget_helpers.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/ksquirrel/sq_glwidget_helpers.h b/ksquirrel/sq_glwidget_helpers.h
index a9a224a..12dacfa 100644
--- a/ksquirrel/sq_glwidget_helpers.h
+++ b/ksquirrel/sq_glwidget_helpers.h
@@ -20,7 +20,7 @@
#include <ktoolbarbutton.h>
-class QWMatrix;
+class TQWMatrix;
class KToolBar;
@@ -29,15 +29,15 @@ struct RGBA;
class SQ_ToolButtonPopup : public KToolBarButton
{
public:
- SQ_ToolButtonPopup(const QPixmap &pix, const QString &textLabel, KToolBar *parent);
+ SQ_ToolButtonPopup(const TQPixmap &pix, const TQString &textLabel, KToolBar *tqparent);
~SQ_ToolButtonPopup();
};
-class SQ_ToolButton : public QToolButton
+class SQ_ToolButton : public TQToolButton
{
public:
- SQ_ToolButton(const QIconSet &iconSet, const QString &textLabel, QObject *receiver,
- const char *slot, KToolBar *parent, const char *name = 0);
+ SQ_ToolButton(const TQIconSet &iconSet, const TQString &textLabel, TQObject *receiver,
+ const char *slot, KToolBar *tqparent, const char *name = 0);
~SQ_ToolButton();
static int fixedWidth();
@@ -61,14 +61,14 @@ namespace SQ_GLHelpers
int roundAngle(int ang);
- void subRotation(QWMatrix &wm, int curangle, int orient);
+ void subRotation(TQWMatrix &wm, int curangle, int orient);
/*
* normalize selection rectangle
* sx,sy are X and Y coordinates
- * sw x sh is a selection geometry
+ * sw x sh is a selection tqgeometry
*/
- bool normalizeSelection(int &sx, int &sy, int &sw, int &sh, int w, int h, const QWMatrix&, int curangle, int orient);
+ bool normalizeSelection(int &sx, int &sy, int &sw, int &sh, int w, int h, const TQWMatrix&, int curangle, int orient);
}
#endif