summaryrefslogtreecommitdiffstats
path: root/knode/knode_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'knode/knode_part.h')
-rw-r--r--knode/knode_part.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/knode/knode_part.h b/knode/knode_part.h
index 1e9a4904..b98b8d6f 100644
--- a/knode/knode_part.h
+++ b/knode/knode_part.h
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef KNODE_PART_H
#define KNODE_PART_H
@@ -42,9 +42,10 @@ class KNMainWidget;
class KNodePart: public KParts::ReadOnlyPart
{
Q_OBJECT
+ TQ_OBJECT
public:
KNodePart(TQWidget *tqparentWidget, const char *widgetName,
- TQObject *parent, const char *name, const TQStringList &);
+ TQObject *tqparent, const char *name, const TQStringList &);
virtual ~KNodePart();
TQWidget* tqparentWidget() const;