diff options
Diffstat (limited to 'src/XPM.cpp')
-rw-r--r-- | src/XPM.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/XPM.cpp b/src/XPM.cpp index b8e27f4..4ce84aa 100644 --- a/src/XPM.cpp +++ b/src/XPM.cpp @@ -16,12 +16,12 @@ XPM::XPM(const char *textForm) { - qpm = *reinterpret_cast<const QPixmap *>(textForm); + qpm = *reinterpret_cast<const TQPixmap *>(textForm); } XPM::XPM(const char * const *linesForm) { - qpm = *reinterpret_cast<const QPixmap *>(linesForm); + qpm = *reinterpret_cast<const TQPixmap *>(linesForm); } void XPM::RefreshColourPalette(Palette &pal, bool want) |