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 27148c3..99f671c 100644
--- a/src/XPM.h
+++ b/src/XPM.h
@@ -8,7 +8,7 @@
#ifndef XPM_H
#define XPM_H
-#if defined(PLAT_QT)
+#if defined(PLAT_TQT)
#include <tqpixmap.h>
#endif
@@ -16,7 +16,7 @@
* Hold a pixmap in XPM format.
*/
class XPM {
-#if defined(PLAT_QT)
+#if defined(PLAT_TQT)
TQPixmap qpm;
public:
@@ -63,7 +63,7 @@ public:
#endif
};
-#if !defined(PLAT_QT)
+#if !defined(PLAT_TQT)
/**
* A collection of pixmaps indexed by integer id.