summaryrefslogtreecommitdiffstats
path: root/kjsembed/customobject_imp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/customobject_imp.h')
-rw-r--r--kjsembed/customobject_imp.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/kjsembed/customobject_imp.h b/kjsembed/customobject_imp.h
index 50926dc0..74658a1f 100644
--- a/kjsembed/customobject_imp.h
+++ b/kjsembed/customobject_imp.h
@@ -28,7 +28,7 @@
#include <kjsembed/jsobjectproxy_imp.h>
-class TQObject;
+class TTQObject;
namespace KJSEmbed {
namespace Bindings {
@@ -104,26 +104,26 @@ public:
KSystemTrayActionCollection,
KSystemTrayLoadIcon,
- QCanvasViewCanvas,
- QCanvasViewSetCanvas,
-
- QSplashScreenSetPixmap,
- QSplashScreenPixmap,
- QSplashScreenFinish,
- QSplashScreenRepaint,
-
- QToolBoxAddItem,
- QToolBoxInsertItem,
- QToolBoxRemoveItem,
- QToolBoxItemLabel,
- QToolBoxSetItemLabel,
- QToolBoxItemIconSet,
- QToolBoxSetItemIconSet,
- QToolBoxItem,
-
- QMenuDataInsertItem,
- QMenuDataRemoveItem,
- QMenuDataInsertSeparator
+ TQCanvasViewCanvas,
+ TQCanvasViewSetCanvas,
+
+ TQSplashScreenSetPixmap,
+ TQSplashScreenPixmap,
+ TQSplashScreenFinish,
+ TQSplashScreenRepaint,
+
+ TQToolBoxAddItem,
+ TQToolBoxInsertItem,
+ TQToolBoxRemoveItem,
+ TQToolBoxItemLabel,
+ TQToolBoxSetItemLabel,
+ TQToolBoxItemIconSet,
+ TQToolBoxSetItemIconSet,
+ TQToolBoxItem,
+
+ TQMenuDataInsertItem,
+ TQMenuDataRemoveItem,
+ TQMenuDataInsertSeparator
};
static void addBindings( KJS::ExecState *exec, KJS::Object &object );