summaryrefslogtreecommitdiffstats
path: root/kjsembed/builtins/resources.h
diff options
context:
space:
mode:
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;
};