summaryrefslogtreecommitdiffstats
path: root/kaddressbook/addresseeeditorwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/addresseeeditorwidget.h')
-rw-r--r--kaddressbook/addresseeeditorwidget.h24
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