summaryrefslogtreecommitdiffstats
path: root/kjsembed/jsobjecteventproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/jsobjecteventproxy.h')
-rw-r--r--kjsembed/jsobjecteventproxy.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/kjsembed/jsobjecteventproxy.h b/kjsembed/jsobjecteventproxy.h
index e21e4cb8..c9613e79 100644
--- a/kjsembed/jsobjecteventproxy.h
+++ b/kjsembed/jsobjecteventproxy.h
@@ -1,5 +1,3 @@
-// -*- c++ -*-
-
/*
* Copyright (C) 2003, Richard J. Moore <rich@kde.org>
*
@@ -39,7 +37,7 @@ class JSObjectProxy;
*/
class KJSEMBED_EXPORT JSObjectEventProxy : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
JSObjectEventProxy( JSObjectProxy *parent, const char *name=0 );