summaryrefslogtreecommitdiffstats
path: root/kontact/interfaces/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/interfaces/plugin.h')
-rw-r--r--kontact/interfaces/plugin.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kontact/interfaces/plugin.h b/kontact/interfaces/plugin.h
index 863e75c6..c4d573ab 100644
--- a/kontact/interfaces/plugin.h
+++ b/kontact/interfaces/plugin.h
@@ -33,7 +33,7 @@ class TQStringList;
class DCOPClient;
class DCOPObject;
class TDEAboutData;
-class KAction;
+class TDEAction;
class TDEConfig;
class TQWidget;
namespace KParts { class ReadOnlyPart; }
@@ -211,22 +211,22 @@ class KDE_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient
/**
Insert "New" action.
*/
- void insertNewAction( KAction *action );
+ void insertNewAction( TDEAction *action );
/**
Insert "Sync" action.
*/
- void insertSyncAction( KAction *action );
+ void insertSyncAction( TDEAction *action );
/**
FIXME: write API doc for Kontact::Plugin::newActions().
*/
- TQPtrList<KAction>* newActions() const;
+ TQPtrList<TDEAction>* newActions() const;
/**
FIXME: write API doc for Kontact::Plugin::syncActions().
*/
- TQPtrList<KAction>* syncActions() const;
+ TQPtrList<TDEAction>* syncActions() const;
/**
Returns a list of action name which shall be hidden in the main toolbar.