summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/contacteditor.h
Side-by-side diff
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
@@ -24,4 +24,5 @@
#include <opie2/opimcontact.h>
#include <opie2/opimcontactfields.h>
+#include <opie2/otabwidget.h>
#include <qpe/datebookmonth.h>
@@ -43,7 +44,5 @@ const int NAME_L = 6;
const int NAME_S = 7;
-
class QScrollView;
-class QTabWidget;
class QMultiLineEdit;
class QLineEdit;
@@ -145,5 +144,6 @@ class ContactEditor : public QDialog {
QLineEdit *txtSuffix;
- QTabWidget *tabMain;
+ Opie::Ui::OTabWidget *tabMain;
+ QWidget *m_generalWidget;
QScrollView *svGeneral;
QPushButton *btnFullName;