diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:14:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:14:12 -0600 |
commit | fd5d099065a748cac49e20a13481f85666c53c71 (patch) | |
tree | a0f1672cd88eb0e69b9ddc2ed9b08ecd98538bd3 /kontact/interfaces/plugin.h | |
parent | b440a9c608596cd88efdb3bfa4661c5e37efbe4b (diff) | |
download | tdepim-fd5d099065a748cac49e20a13481f85666c53c71.tar.gz tdepim-fd5d099065a748cac49e20a13481f85666c53c71.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kontact/interfaces/plugin.h')
-rw-r--r-- | kontact/interfaces/plugin.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kontact/interfaces/plugin.h b/kontact/interfaces/plugin.h index 863e75c6d..c4d573abe 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. |