summaryrefslogtreecommitdiffstats
path: root/src/XPM.h
diff options
context:
space:
mode:
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;