summaryrefslogtreecommitdiffstats
path: root/krusader/kicons.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-03 02:49:54 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-03 02:49:54 +0000
commit6ffad5a006df848f5e9a80ca31e5faec8ed65e62 (patch)
tree3757770dc3586efff30fdfe30f7e36b64ab883f1 /krusader/kicons.h
parent1359f43e963c10d08c6c78f4806da291ca216bfe (diff)
downloadkrusader-6ffad5a006df848f5e9a80ca31e5faec8ed65e62.tar.gz
krusader-6ffad5a006df848f5e9a80ca31e5faec8ed65e62.zip
TQt4 port krusader
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/krusader@1239136 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krusader/kicons.h')
-rw-r--r--krusader/kicons.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/krusader/kicons.h b/krusader/kicons.h
index ae200db..f97a23b 100644
--- a/krusader/kicons.h
+++ b/krusader/kicons.h
@@ -1,8 +1,8 @@
#ifndef KICONS_H
#define KICONS_H
-#include <qiconset.h>
-#include <qpixmap.h>
+#include <tqiconset.h>
+#include <tqpixmap.h>
#include <kiconloader.h>
#include <kicontheme.h>
@@ -11,10 +11,10 @@
// the the icon is resized again to fit into the toolbutton or menu.
// IMPORTANT: this SHOULD NOT BE USED for actions. If creating an action, just state the file-name
// of the icon to allow automatic resizing when needed.
-#define LOADICON(X) QIconSet(krLoader->loadIcon(X,KIcon::Desktop)).pixmap(QIconSet::Small,true)
+#define LOADICON(X) TQIconSet(krLoader->loadIcon(X,KIcon::Desktop)).pixmap(TQIconSet::Small,true)
// used only for calls within the kfilelist framework, handles icon sizes
-QPixmap FL_LOADICON(QString name);
+TQPixmap FL_LOADICON(TQString name);
extern const char * no_xpm[];
extern const char * yes_xpm[];