From 9c9412b30c54468adc9e506cc76c5d113fbf5056 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:03 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kopete/libkopete/kopetecontact.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kopete/libkopete/kopetecontact.h') diff --git a/kopete/libkopete/kopetecontact.h b/kopete/libkopete/kopetecontact.h index a268920f..f8a6052d 100644 --- a/kopete/libkopete/kopetecontact.h +++ b/kopete/libkopete/kopetecontact.h @@ -28,8 +28,8 @@ #include "kopete_export.h" class TQImage; -class KPopupMenu; -class KAction; +class TDEPopupMenu; +class TDEAction; namespace Kopete { @@ -223,12 +223,12 @@ public: * @return Collection of menu items to be show on the context menu * @todo if possible, try to use KXMLGUI */ - virtual TQPtrList *customContextMenuActions(); + virtual TQPtrList *customContextMenuActions(); /** * @todo What is this function for ? */ - virtual TQPtrList *customContextMenuActions( ChatSession *manager ); + virtual TQPtrList *customContextMenuActions( ChatSession *manager ); /** * @brief Get the Context Menu for this contact @@ -236,7 +236,7 @@ public: * This menu includes generic actions common to each protocol, and action defined in * @ref customContextMenuActions() */ - KPopupMenu *popupMenu( ChatSession *manager = 0L ); + TDEPopupMenu *popupMenu( ChatSession *manager = 0L ); /** * \brief Get whether or not this contact is capable of file transfers @@ -426,7 +426,7 @@ public slots: /** * Changes the MetaContact that this contact is a part of. This function - * is called by the KAction changeMetaContact that is part of the context + * is called by the TDEAction changeMetaContact that is part of the context * menu. */ void changeMetaContact(); -- cgit v1.2.1