diff options
author | Timothy Pearson <[email protected]> | 2011-11-30 12:33:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-30 12:33:18 -0600 |
commit | 03bc485016127d419bbbbc3cfb09e21e8754b383 (patch) | |
tree | cad8234bcf26063239ac7a565298b897ffdeef57 /src/XPM.h | |
parent | 664e37abfe5c796c1279b8295fb030f126b0a7d8 (diff) | |
download | tqscintilla-03bc485016127d419bbbbc3cfb09e21e8754b383.tar.gz tqscintilla-03bc485016127d419bbbbc3cfb09e21e8754b383.zip |
Initial automated TQt conversion
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; |