summaryrefslogtreecommitdiffstats
path: root/kpilot/kpilot/addressEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/kpilot/addressEditor.h')
-rw-r--r--kpilot/kpilot/addressEditor.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/kpilot/kpilot/addressEditor.h b/kpilot/kpilot/addressEditor.h
index 67132b10..5e676c4c 100644
--- a/kpilot/kpilot/addressEditor.h
+++ b/kpilot/kpilot/addressEditor.h
@@ -44,7 +44,7 @@ class AddressEditor : public KDialogBase
public:
AddressEditor(PilotAddress *address,
PilotAddressInfo *appInfo,
- QWidget *parent, const char *name=0L);
+ TQWidget *parent, const char *name=0L);
~AddressEditor();
@@ -62,26 +62,26 @@ private:
PilotAddress* fAddress;
PilotAddressInfo *fAppInfo;
// entry fields
- QLineEdit *fCustom4Field;
- QLineEdit *fCustom3Field;
- QLineEdit *fCustom2Field;
- QLineEdit *fCustom1Field;
- QLineEdit *fCountryField;
- QLineEdit *fZipField;
- QLineEdit *fStateField;
- QLineEdit *fCityField;
- QLineEdit *fAddressField;
- QLineEdit *fPhoneField[5];
- QLineEdit *fCompanyField;
- QLineEdit *fTitleField;
- QLineEdit *fFirstNameField;
- QLineEdit *fLastNameField;
+ TQLineEdit *fCustom4Field;
+ TQLineEdit *fCustom3Field;
+ TQLineEdit *fCustom2Field;
+ TQLineEdit *fCustom1Field;
+ TQLineEdit *fCountryField;
+ TQLineEdit *fZipField;
+ TQLineEdit *fStateField;
+ TQLineEdit *fCityField;
+ TQLineEdit *fAddressField;
+ TQLineEdit *fPhoneField[5];
+ TQLineEdit *fCompanyField;
+ TQLineEdit *fTitleField;
+ TQLineEdit *fFirstNameField;
+ TQLineEdit *fLastNameField;
// phone labels (changing!)
- QLabel *m_phoneLabel[5];
+ TQLabel *m_phoneLabel[5];
void initLayout();
void fillFields();
- QString phoneLabelText(PilotAddress *, const PhoneSlot &i);
+ TQString phoneLabelText(PilotAddress *, const PhoneSlot &i);
};
#endif