summaryrefslogtreecommitdiffstats
path: root/kjsembed/builtins/resources.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:44:01 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:44:01 +0000
commit479f5f799523bffbcc83dff581a2299c047c6fff (patch)
tree186aae707ed02aac6c7cab2fb14e97f72aca5e36 /kjsembed/builtins/resources.h
parentf1dbff6145c98324ff82e34448b7483727e8ace4 (diff)
downloadtdebindings-479f5f799523bffbcc83dff581a2299c047c6fff.tar.gz
tdebindings-479f5f799523bffbcc83dff581a2299c047c6fff.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1157645 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kjsembed/builtins/resources.h')
-rw-r--r--kjsembed/builtins/resources.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kjsembed/builtins/resources.h b/kjsembed/builtins/resources.h
index d83cd0b3..cfd589ce 100644
--- a/kjsembed/builtins/resources.h
+++ b/kjsembed/builtins/resources.h
@@ -22,7 +22,7 @@
#ifndef KJSEMBED_RESOURCES_H
#define KJSEMBED_RESOURCES_H
-#include <qpixmap.h>
+#include <tqpixmap.h>
#include <kjs/interpreter.h>
#include <kjs/object.h>
@@ -87,8 +87,8 @@ public:
virtual KJS::Value call( KJS::ExecState *exec, KJS::Object &self, const KJS::List &args );
private:
- /** wrap a QPixmap **/
- KJS::Value wrapPixmap(KJS::ExecState *exec,const QPixmap &icon);
+ /** wrap a TQPixmap **/
+ KJS::Value wrapPixmap(KJS::ExecState *exec,const TQPixmap &icon);
uint id;
JSFactory *jsfact;
};