summaryrefslogtreecommitdiffstats
path: root/src/kscopepixmaps.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-10-08 00:13:25 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-10-08 05:14:53 +0200
commit84f5a315c3429b47a7eff15e626e2efdbe4f6e5e (patch)
tree770861aa9033e1dc6c5168358194ff85b32dd429 /src/kscopepixmaps.h
parent57d8bb3d12aed373eee08915f0ff19f5233aabe3 (diff)
downloadkscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.tar.gz
kscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.zip
Initial TQt conversion
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;