summaryrefslogtreecommitdiffstats
path: root/kjsembed/bindings/bindingobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/bindings/bindingobject.h')
-rw-r--r--kjsembed/bindings/bindingobject.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/kjsembed/bindings/bindingobject.h b/kjsembed/bindings/bindingobject.h
index 60cb32c2..17b51fa5 100644
--- a/kjsembed/bindings/bindingobject.h
+++ b/kjsembed/bindings/bindingobject.h
@@ -1,5 +1,3 @@
-// -*- c++ -*-
-
/*
* Copyright (C) 2003, Richard J. Moore <rich@kde.org>
*
@@ -37,7 +35,7 @@ namespace Bindings {
*/
class BindingObject : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
BindingObject( TQObject *parent, const char *name=0 );