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/otrplugin.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/otrplugin.h')
-rw-r--r-- | src/otrplugin.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/otrplugin.h b/src/otrplugin.h index f13c802..da6b320 100644 --- a/src/otrplugin.h +++ b/src/otrplugin.h @@ -32,7 +32,7 @@ */ class OTRPlugin; -class KSelectAction; +class TDESelectAction; class OtrMessageHandler : public Kopete::MessageHandler { @@ -98,15 +98,15 @@ private: OtrMessageHandlerFactory *m_inboundHandler; OtrlChatInterface *otrlChatInterface; TQMap<TQString, TQString> messageCache; - KSelectAction* otrPolicyMenu; - -/* KActionMenu *otrPolicyMenuBar; - KActionMenu *otrPolicyPopup; - KAction *otrPolicyDefault; - KAction *otrPolicyAlways; - KAction *otrPolicyOpportunistic; - KAction *otrPolicyManual; - KAction *otrPolicyNever; + TDESelectAction* otrPolicyMenu; + +/* TDEActionMenu *otrPolicyMenuBar; + TDEActionMenu *otrPolicyPopup; + TDEAction *otrPolicyDefault; + TDEAction *otrPolicyAlways; + TDEAction *otrPolicyOpportunistic; + TDEAction *otrPolicyManual; + TDEAction *otrPolicyNever; // SessionManager manager */ |