From 9ba04742771370f59740e32e11c5f3a1e6a1b70a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 15:55:57 -0600 Subject: Initial TQt conversion --- kjsembed/customobject_imp.h | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'kjsembed/customobject_imp.h') 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 -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 ); -- cgit v1.2.1