diff options
Diffstat (limited to 'src/XPM.h')
-rw-r--r-- | src/XPM.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |