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/addresseeeditorwidget.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/addresseeeditorwidget.h')
-rw-r--r-- | kaddressbook/addresseeeditorwidget.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/kaddressbook/addresseeeditorwidget.h b/kaddressbook/addresseeeditorwidget.h index 93917245b..36711773b 100644 --- a/kaddressbook/addresseeeditorwidget.h +++ b/kaddressbook/addresseeeditorwidget.h @@ -24,7 +24,7 @@ #ifndef ADDRESSEEEDITORWIDGET_H #define ADDRESSEEEDITORWIDGET_H -#include <qdatetime.h> +#include <tqdatetime.h> #include <kabc/addressee.h> #include <kdialogbase.h> @@ -68,7 +68,7 @@ class AddresseeEditorWidget : public AddresseeEditorBase Q_OBJECT public: - AddresseeEditorWidget( QWidget *parent, const char *name = 0 ); + AddresseeEditorWidget( TQWidget *parent, const char *name = 0 ); ~AddresseeEditorWidget(); void setAddressee( const KABC::Addressee& ); @@ -84,8 +84,8 @@ class AddresseeEditorWidget : public AddresseeEditorBase bool readyToClose(); protected slots: - void textChanged( const QString& ); - void pageChanged( QWidget *wdg ); + void textChanged( const TQString& ); + void pageChanged( TQWidget *wdg ); /** Emits the modified signal and sets the dirty flag. Any slot @@ -94,10 +94,10 @@ class AddresseeEditorWidget : public AddresseeEditorBase */ void emitModified(); - void dateChanged( const QDate& ); + void dateChanged( const TQDate& ); void invalidDate(); - void nameTextChanged( const QString& ); - void organizationTextChanged( const QString& ); + void nameTextChanged( const TQString& ); + void organizationTextChanged( const TQString& ); void nameBoxChanged(); void nameButtonClicked(); void selectCategories(); @@ -105,7 +105,7 @@ class AddresseeEditorWidget : public AddresseeEditorBase /** Called whenever the categories change in the categories dialog. */ - void categoriesSelected( const QStringList& ); + void categoriesSelected( const TQStringList& ); /** Edits which categories are available in the CategorySelectDialog. @@ -130,7 +130,7 @@ class AddresseeEditorWidget : public AddresseeEditorBase // GUI KPIM::CategorySelectDialog *mCategorySelectDialog; KPIM::CategoryEditDialog *mCategoryEditDialog; - QTabWidget *mTabWidget; + TQTabWidget *mTabWidget; // Tab1 KLineEdit *mNameEdit; @@ -143,7 +143,7 @@ class AddresseeEditorWidget : public AddresseeEditorBase PhoneEditWidget *mPhoneEditWidget; KLineEdit *mURLEdit; KLineEdit *mBlogEdit; - QPushButton *mCategoryButton; + TQPushButton *mCategoryButton; KLineEdit *mCategoryEdit; SecrecyWidget *mSecrecyWidget; KSqueezedTextLabel *mNameLabel; @@ -159,9 +159,9 @@ class AddresseeEditorWidget : public AddresseeEditorBase KPIM::AddresseeLineEdit *mSpouseEdit; KDateEdit *mBirthdayPicker; KDateEdit *mAnniversaryPicker; - QTextEdit *mNoteEdit; + TQTextEdit *mNoteEdit; - QDict<ContactEditorTabPage> mTabPages; + TQDict<ContactEditorTabPage> mTabPages; }; #endif |