diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
commit | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch) | |
tree | 8474f9b444b2756228600050f07a7ff25de532b2 /kaddressbook/distributionlistpicker.h | |
parent | f587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff) | |
download | tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kaddressbook/distributionlistpicker.h')
-rw-r--r-- | kaddressbook/distributionlistpicker.h | 14 |
1 files changed, 7 insertions, 7 deletions
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 <kdialogbase.h> -#include <qstring.h> +#include <tqstring.h> 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 |