From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kaddressbook/editors/imaddresswidget.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kaddressbook/editors/imaddresswidget.h') diff --git a/kaddressbook/editors/imaddresswidget.h b/kaddressbook/editors/imaddresswidget.h index 29d93b13f..11ee5f454 100644 --- a/kaddressbook/editors/imaddresswidget.h +++ b/kaddressbook/editors/imaddresswidget.h @@ -24,7 +24,7 @@ #ifndef IMADDRESSWIDGET_H #define IMADDRESSWIDGET_H -#include +#include #include "imaddressbase.h" #include "imeditorwidget.h" @@ -44,15 +44,15 @@ class IMAddressWidget : public IMAddressBase Q_OBJECT public: - IMAddressWidget( QWidget *parent, QValueList protocols); - IMAddressWidget( QWidget *parent, QValueList protocols, - KPluginInfo *protocol, const QString& address, + IMAddressWidget( TQWidget *parent, TQValueList protocols); + IMAddressWidget( TQWidget *parent, TQValueList protocols, + KPluginInfo *protocol, const TQString& address, const IMContext& context = Any ); KPluginInfo * protocol() const; IMContext context() const; - QString address() const ; - QValueList mProtocols; + TQString address() const ; + TQValueList mProtocols; signals: void inValidState( bool ); @@ -65,7 +65,7 @@ class IMAddressWidget : public IMAddressBase protected slots: void slotProtocolChanged(); - void slotAddressChanged( const QString &text ); + void slotAddressChanged( const TQString &text ); private: void init(); -- cgit v1.2.1