-rw-r--r-- | kaddressbook/phoneeditwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kaddressbook/phoneeditwidget.h b/kaddressbook/phoneeditwidget.h index f61087b..5bb4226 100644 --- a/kaddressbook/phoneeditwidget.h +++ b/kaddressbook/phoneeditwidget.h | |||
@@ -19,24 +19,25 @@ | |||
19 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 19 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
20 | 20 | ||
21 | As a special exception, permission is given to link this program | 21 | As a special exception, permission is given to link this program |
22 | with any edition of Qt, and distribute the resulting executable, | 22 | with any edition of Qt, and distribute the resulting executable, |
23 | without including the source code for Qt in the source distribution. | 23 | without including the source code for Qt in the source distribution. |
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include <kdialogbase.h> | 26 | #include <kdialogbase.h> |
27 | #include <kiconloader.h> | 27 | #include <kiconloader.h> |
28 | #include <qpushbutton.h> | 28 | #include <qpushbutton.h> |
29 | #include <qlayout.h> | 29 | #include <qlayout.h> |
30 | #include <qpopupmenu.h> | 30 | #include <qpopupmenu.h> |
31 | #include <qapplication.h> | ||
31 | 32 | ||
32 | #include <qptrlist.h> | 33 | #include <qptrlist.h> |
33 | #include <qscrollview.h> | 34 | #include <qscrollview.h> |
34 | 35 | ||
35 | #include "addresseeconfig.h" | 36 | #include "addresseeconfig.h" |
36 | #include "typecombo.h" | 37 | #include "typecombo.h" |
37 | 38 | ||
38 | class QButtonGroup; | 39 | class QButtonGroup; |
39 | class QCheckBox; | 40 | class QCheckBox; |
40 | class PhoneTypeNumberEdit; | 41 | class PhoneTypeNumberEdit; |
41 | 42 | ||
42 | #include <klineedit.h> | 43 | #include <klineedit.h> |