summaryrefslogtreecommitdiffstats
path: root/src/XPM.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-30 12:33:18 -0600
committerTimothy Pearson <[email protected]>2011-11-30 12:33:18 -0600
commit03bc485016127d419bbbbc3cfb09e21e8754b383 (patch)
treecad8234bcf26063239ac7a565298b897ffdeef57 /src/XPM.h
parent664e37abfe5c796c1279b8295fb030f126b0a7d8 (diff)
downloadtqscintilla-03bc485016127d419bbbbc3cfb09e21e8754b383.tar.gz
tqscintilla-03bc485016127d419bbbbc3cfb09e21e8754b383.zip
Initial automated TQt conversion
Diffstat (limited to 'src/XPM.h')
-rw-r--r--src/XPM.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/XPM.h b/src/XPM.h
index 962ffe4..27148c3 100644
--- a/src/XPM.h
+++ b/src/XPM.h
@@ -9,7 +9,7 @@
#define XPM_H
#if defined(PLAT_QT)
-#include <qpixmap.h>
+#include <tqpixmap.h>
#endif
/**
@@ -17,7 +17,7 @@
*/
class XPM {
#if defined(PLAT_QT)
- QPixmap qpm;
+ TQPixmap qpm;
public:
XPM(const char *textForm);
@@ -27,7 +27,7 @@ public:
void RefreshColourPalette(Palette &pal, bool want);
void Draw(Surface *surface,PRectangle &rc);
- const QPixmap &Pixmap() const {return qpm;}
+ const TQPixmap &Pixmap() const {return qpm;}
#else
int id; // Assigned by container
int height;