diff options
Diffstat (limited to 'kopete/libkopete/kopeteawayaction.h')
-rw-r--r-- | kopete/libkopete/kopeteawayaction.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kopete/libkopete/kopeteawayaction.h b/kopete/libkopete/kopeteawayaction.h index 23680ed4..805d6c89 100644 --- a/kopete/libkopete/kopeteawayaction.h +++ b/kopete/libkopete/kopeteawayaction.h @@ -32,12 +32,12 @@ class OnlineStatus; /** * @class Kopete::AwayAction * - * Kopete::AwayAction is a KAction that lets you select an away message + * Kopete::AwayAction is a TDEAction that lets you select an away message * from the list of predefined away messages, or enter a custom one. * * @author Jason Keirstead <jason@keirstead.org> */ -class KOPETE_EXPORT AwayAction : public KSelectAction +class KOPETE_EXPORT AwayAction : public TDESelectAction { Q_OBJECT @@ -45,10 +45,10 @@ class KOPETE_EXPORT AwayAction : public KSelectAction /** * Constructor * @p text, @p pix, @p cut, @p receiver, @p slot, @p parent and - * @p name are all handled by KSelectAction. + * @p name are all handled by TDESelectAction. **/ AwayAction(const TQString &text, const TQIconSet &pix, - const KShortcut &cut, const TQObject *receiver, const char *slot, + const TDEShortcut &cut, const TQObject *receiver, const char *slot, TQObject *parent, const char *name = 0); /** @@ -56,10 +56,10 @@ class KOPETE_EXPORT AwayAction : public KSelectAction * @param status the OnlineStatus that appears in the signal * @param slot must have the following signature: ( const OnlineStatus &, const TQString & ) * @p text, @p pix, @p cut, @p receiver, @p slot, @p parent and - * @p name are all handled by KSelectAction. + * @p name are all handled by TDESelectAction. **/ AwayAction(const OnlineStatus &status, const TQString &text, const TQIconSet &pix, - const KShortcut &cut, const TQObject *receiver, const char *slot, + const TDEShortcut &cut, const TQObject *receiver, const char *slot, TQObject *parent, const char *name = 0); /** |