summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/contacteditor.h
authordrw <drw>2005-02-06 23:12:25 (UTC)
committer drw <drw>2005-02-06 23:12:25 (UTC)
commit5652634e4ff03370564925ce0856b260c001dc0f (patch) (side-by-side diff)
tree614cbdec8ff9f4f674a9cb4e5caf44cce1def4f8 /core/pim/addressbook/contacteditor.h
parent266d71ee80151b3c97671acc95275aa65b682388 (diff)
downloadopie-5652634e4ff03370564925ce0856b260c001dc0f.zip
opie-5652634e4ff03370564925ce0856b260c001dc0f.tar.gz
opie-5652634e4ff03370564925ce0856b260c001dc0f.tar.bz2
Convert to OPimMainWindow and UI tweaks. There is still a couple items yet to do...
Diffstat (limited to 'core/pim/addressbook/contacteditor.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/contacteditor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/addressbook/contacteditor.h b/core/pim/addressbook/contacteditor.h
index 1b86e6f..f3cbbd4 100644
--- a/core/pim/addressbook/contacteditor.h
+++ b/core/pim/addressbook/contacteditor.h
@@ -23,6 +23,7 @@
#include <opie2/opimcontact.h>
#include <opie2/opimcontactfields.h>
+#include <opie2/otabwidget.h>
#include <qpe/datebookmonth.h>
@@ -42,9 +43,7 @@ const int NAME_M = 5;
const int NAME_L = 6;
const int NAME_S = 7;
-
class QScrollView;
-class QTabWidget;
class QMultiLineEdit;
class QLineEdit;
class QComboBox;
@@ -144,7 +143,8 @@ class ContactEditor : public QDialog {
QLineEdit *txtLastName;
QLineEdit *txtSuffix;
- QTabWidget *tabMain;
+ Opie::Ui::OTabWidget *tabMain;
+ QWidget *m_generalWidget;
QScrollView *svGeneral;
QPushButton *btnFullName;
QPushButton *btnNote;