summaryrefslogtreecommitdiffstats
path: root/src/kscopepixmaps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kscopepixmaps.h')
-rw-r--r--src/kscopepixmaps.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kscopepixmaps.h b/src/kscopepixmaps.h
index e5f321b..2577ef6 100644
--- a/src/kscopepixmaps.h
+++ b/src/kscopepixmaps.h
@@ -28,7 +28,7 @@
#ifndef KSCOPEPIXMAPS_H
#define KSCOPEPIXMAPS_H
-#include <qpixmap.h>
+#include <ntqpixmap.h>
#include <kiconloader.h>
#define GET_PIXMAP(_pix) \
@@ -61,12 +61,12 @@ public:
CallingTree, CallGraph };
void init();
- const QPixmap& getPixmap(PixName name) const;
- QPixmap getPixmap(LoadPixName name);
+ const TQPixmap& getPixmap(PixName name) const;
+ TQPixmap getPixmap(LoadPixName name);
private:
/** An array of pointers to the embedded pixmaps. */
- QPixmap** m_pPixArray;
+ TQPixmap** m_pPixArray;
/** An icon loader used to retrieve pixmaps through the KDE mechanism. */
KIconLoader m_loader;