diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-10-08 00:13:25 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-10-08 05:14:53 +0200 |
commit | 84f5a315c3429b47a7eff15e626e2efdbe4f6e5e (patch) | |
tree | 770861aa9033e1dc6c5168358194ff85b32dd429 /src/kscopepixmaps.h | |
parent | 57d8bb3d12aed373eee08915f0ff19f5233aabe3 (diff) | |
download | kscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.tar.gz kscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.zip |
Initial TQt conversion
Diffstat (limited to 'src/kscopepixmaps.h')
-rw-r--r-- | src/kscopepixmaps.h | 8 |
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; |