summaryrefslogtreecommitdiffstats
path: root/khtml/ecma
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/ecma')
-rw-r--r--khtml/ecma/kjs_debugwin.h4
-rw-r--r--khtml/ecma/kjs_window.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/khtml/ecma/kjs_debugwin.h b/khtml/ecma/kjs_debugwin.h
index d48f8b040..8faf71d52 100644
--- a/khtml/ecma/kjs_debugwin.h
+++ b/khtml/ecma/kjs_debugwin.h
@@ -41,8 +41,8 @@
#include "dom/dom_misc.h"
-class QListBox;
-class QComboBox;
+class TQListBox;
+class TQComboBox;
class KActionCollection;
class KAction;
diff --git a/khtml/ecma/kjs_window.h b/khtml/ecma/kjs_window.h
index 433bf86ae..2f5eb45f5 100644
--- a/khtml/ecma/kjs_window.h
+++ b/khtml/ecma/kjs_window.h
@@ -31,7 +31,7 @@
#include "kjs_binding.h"
#include "kjs_views.h"
-class QTimer;
+class TQTimer;
class KHTMLView;
class KHTMLPart;