diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:48:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:48:06 +0000 |
commit | 47c8a359c5276062c4bc17f0e82410f29081b502 (patch) | |
tree | 2d54a5f60a5b74067632f9ef6df58c2bc38155e6 /ksirc/KSTicker/kspainter.h | |
parent | 6f82532777a35e0e60bbd2b290b2e93e646f349b (diff) | |
download | tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.tar.gz tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksirc/KSTicker/kspainter.h')
-rw-r--r-- | ksirc/KSTicker/kspainter.h | 20 |
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 |