summaryrefslogtreecommitdiffstats
path: root/ksirc/KSTicker/kspainter.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/KSTicker/kspainter.h')
-rw-r--r--ksirc/KSTicker/kspainter.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/ksirc/KSTicker/kspainter.h b/ksirc/KSTicker/kspainter.h
index 21f9495d..b5fa1049 100644
--- a/ksirc/KSTicker/kspainter.h
+++ b/ksirc/KSTicker/kspainter.h
@@ -1,25 +1,25 @@
#ifndef KSPAINTER_H
#define KSPAINTER_H
-#include <qpainter.h>
-#include <qobject.h>
+#include <tqpainter.h>
+#include <tqobject.h>
class KSPainter
{
public:
static void initOptColours();
- static void colourDrawText(QPainter *p, int startx, int starty, char *str, int length = -1);
+ static void colourDrawText(TQPainter *p, int startx, int starty, char *str, int length = -1);
static const int startspecial;
static const int maxcolour;
static const int optcolours;
- static QColor num2colour[16+8];
- static int colour2num(const QColor &colour);
+ static TQColor num2colour[16+8];
+ static int colour2num(const TQColor &colour);
- static const QColor brown;
- static const QColor orange;
- static const QColor lightCyan;
- static const QColor lightBlue;
- static const QColor pink;
+ static const TQColor brown;
+ static const TQColor orange;
+ static const TQColor lightCyan;
+ static const TQColor lightBlue;
+ static const TQColor pink;
};
#endif