summaryrefslogtreecommitdiffstats
path: root/konq-plugins/kuick/kimcontactmenu.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:22:56 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:22:56 +0000
commit7346aee26bf190a7e70333c40fab4caca847cd27 (patch)
tree4b019b434f88dcc3eeaafe1d3f26240b4c4718e8 /konq-plugins/kuick/kimcontactmenu.h
parent23a3d3aa5b44cbdf305495919866d9dbf4f6da54 (diff)
downloadtdeaddons-7346aee26bf190a7e70333c40fab4caca847cd27.tar.gz
tdeaddons-7346aee26bf190a7e70333c40fab4caca847cd27.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1157634 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'konq-plugins/kuick/kimcontactmenu.h')
-rw-r--r--konq-plugins/kuick/kimcontactmenu.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/konq-plugins/kuick/kimcontactmenu.h b/konq-plugins/kuick/kimcontactmenu.h
index 62c13bc..478c55b 100644
--- a/konq-plugins/kuick/kimcontactmenu.h
+++ b/konq-plugins/kuick/kimcontactmenu.h
@@ -23,8 +23,8 @@
#ifndef __kim_contact_menu_h
#define __kim_contact_menu_h
-#include <qpopupmenu.h>
-#include <qstringlist.h>
+#include <tqpopupmenu.h>
+#include <tqstringlist.h>
class KIMProxy;
namespace KABC {
@@ -35,7 +35,7 @@ class KIMContactMenu : public QPopupMenu
{
Q_OBJECT
public:
- KIMContactMenu( QWidget *parent, KIMProxy *proxy );
+ KIMContactMenu( TQWidget *parent, KIMProxy *proxy );
~KIMContactMenu();
protected slots:
// populate menus if not already populated
@@ -43,11 +43,11 @@ protected slots:
void slotAboutToHide();
void slotItemActivated( int item );
signals:
- void contactChosen( const QString &uid );
+ void contactChosen( const TQString &uid );
protected:
KIMProxy *mProxy;
- QStringList mContacts;
+ TQStringList mContacts;
KABC::AddressBook* m_addressBook;
};