diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:03:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:03:45 -0600 |
commit | b90b805733bdb1846e6058f7b065f5f886d7e203 (patch) | |
tree | 3c3c8f857822141d89e8fc6ad079048ef37908b8 /src/otrguiclient.h | |
parent | 401ba79d4ebd0e7757a29867027bfc3afb7c269c (diff) | |
download | kopete-otr-b90b805733bdb1846e6058f7b065f5f886d7e203.tar.gz kopete-otr-b90b805733bdb1846e6058f7b065f5f886d7e203.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/otrguiclient.h')
-rw-r--r-- | src/otrguiclient.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/otrguiclient.h b/src/otrguiclient.h index e6e1e28..462338f 100644 --- a/src/otrguiclient.h +++ b/src/otrguiclient.h @@ -35,8 +35,8 @@ #include <kopeteplugin.h> -class KActionMenu; -class KAction; +class TDEActionMenu; +class TDEAction; namespace Kopete { class ChatSession; } @@ -60,10 +60,10 @@ public: private: Kopete::ChatSession *m_manager; - KActionMenu *otrActionMenu; - KAction *actionEnableOtr; - KAction *actionDisableOtr; - KAction *actionVerifyFingerprint; + TDEActionMenu *otrActionMenu; + TDEAction *actionEnableOtr; + TDEAction *actionDisableOtr; + TDEAction *actionVerifyFingerprint; private slots: void slotEnableOtr(); |