summaryrefslogtreecommitdiffstats
path: root/kjsembed/jsobjectproxy_imp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/jsobjectproxy_imp.cpp')
-rw-r--r--kjsembed/jsobjectproxy_imp.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/kjsembed/jsobjectproxy_imp.cpp b/kjsembed/jsobjectproxy_imp.cpp
index 5d025bf3..c9365502 100644
--- a/kjsembed/jsobjectproxy_imp.cpp
+++ b/kjsembed/jsobjectproxy_imp.cpp
@@ -30,8 +30,8 @@
#include <tqtimer.h>
#include <tqvariant.h>
-#include <private/qucom_p.h>
-#include <private/qucomextra_p.h>
+#include <private/tqucom_p.h>
+#include <private/tqucomextra_p.h>
#include <kjs/interpreter.h>
#include <kjs/types.h>
@@ -631,8 +631,3 @@ KJS::Value JSObjectProxyImp::setAttribute( KJS::ExecState *exec, KJS::Object &,
} // namespace KJSEmbed::Bindings
} // namespace KJSEmbed
-
-// Local Variables:
-// c-basic-offset: 4
-// End:
-