25 #ifndef AKREGATOR_TAGACTION_H
26 #define AKREGATOR_TAGACTION_H
28 #include <tdeactionclasses.h>
45 TagAction(
const Tag& tag,
const TQObject *receiver,
const char *slot, TQObject *parent=0);
51 virtual Tag tag()
const;
55 void toggled(
const Tag&,
bool);
59 virtual void slotToggled(
bool enabled);
63 class TagActionPrivate;
69 #endif // AKREGATOR_TAGACTION_H
a TDEToggleAction for assigning and removing tags.