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/distributionlistpicker.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kaddressbook/distributionlistpicker.h') diff --git a/kaddressbook/distributionlistpicker.h b/kaddressbook/distributionlistpicker.h index 0081fc62f..f5309c135 100644 --- a/kaddressbook/distributionlistpicker.h +++ b/kaddressbook/distributionlistpicker.h @@ -25,7 +25,7 @@ #include -#include +#include class KListBox; @@ -39,10 +39,10 @@ class DistributionListPickerDialog : public KDialogBase { Q_OBJECT public: - explicit DistributionListPickerDialog( KABC::AddressBook* book, QWidget* parent = 0 ); - QString selectedDistributionList() const; + explicit DistributionListPickerDialog( KABC::AddressBook* book, TQWidget* parent = 0 ); + TQString selectedDistributionList() const; - void setLabelText( const QString& text ); + void setLabelText( const TQString& text ); private slots: @@ -55,13 +55,13 @@ private slots: //override void slotUser1(); - void entrySelected( const QString& name ); + void entrySelected( const TQString& name ); private: KABC::AddressBook* m_book; - QLabel* m_label; + TQLabel* m_label; KListBox* m_listBox; - QString m_selectedDistributionList; + TQString m_selectedDistributionList; }; } //namespace KPIM -- cgit v1.2.1