summaryrefslogtreecommitdiffstats
path: root/akregator/src/tagaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/tagaction.h')
-rw-r--r--akregator/src/tagaction.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/akregator/src/tagaction.h b/akregator/src/tagaction.h
index 7225f2ce2..f87606395 100644
--- a/akregator/src/tagaction.h
+++ b/akregator/src/tagaction.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 AKREGATOR_TAGACTION_H
@@ -38,10 +38,11 @@ class Tag;
class TagAction : public KToggleAction
{
Q_OBJECT
+ TQ_OBJECT
public:
- TagAction(const Tag& tag, const TQObject *receiver, const char *slot, TQObject *parent=0);
+ TagAction(const Tag& tag, const TQObject *receiver, const char *slot, TQObject *tqparent=0);
virtual ~TagAction();
//virtual int plug(TQWidget *widget, int index=-1);