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