summaryrefslogtreecommitdiffstats
path: root/konqueror/keditbookmarks/actionsimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror/keditbookmarks/actionsimpl.h')
-rw-r--r--konqueror/keditbookmarks/actionsimpl.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/konqueror/keditbookmarks/actionsimpl.h b/konqueror/keditbookmarks/actionsimpl.h
index 11cd70d57..f0137245b 100644
--- a/konqueror/keditbookmarks/actionsimpl.h
+++ b/konqueror/keditbookmarks/actionsimpl.h
@@ -1,5 +1,3 @@
-// -*- mode:cperl; cperl-indent-level:4; cperl-continued-statement-offset:4; indent-tabs-mode:nil -*-
-// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE project
Copyright (C) 2003 Alexander Kellett <lypanov@kde.org>
@@ -23,9 +21,9 @@
#include <tqobject.h>
-class ActionsImpl : public QObject
+class ActionsImpl : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
bool save();