-rw-r--r-- | kaddressbook/phoneeditwidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kaddressbook/phoneeditwidget.cpp b/kaddressbook/phoneeditwidget.cpp index 66f0a5e..d895ea1 100644 --- a/kaddressbook/phoneeditwidget.cpp +++ b/kaddressbook/phoneeditwidget.cpp | |||
@@ -19,32 +19,33 @@ | |||
19 | As a special exception, permission is given to link this program | 19 | As a special exception, permission is given to link this program |
20 | with any edition of Qt, and distribute the resulting executable, | 20 | with any edition of Qt, and distribute the resulting executable, |
21 | without including the source code for Qt in the source distribution. | 21 | without including the source code for Qt in the source distribution. |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <qlayout.h> | 24 | #include <qlayout.h> |
25 | #include <qlabel.h> | 25 | #include <qlabel.h> |
26 | #include <qtooltip.h> | 26 | #include <qtooltip.h> |
27 | #include <qpushbutton.h> | 27 | #include <qpushbutton.h> |
28 | #include <qcheckbox.h> | 28 | #include <qcheckbox.h> |
29 | #include <qstring.h> | 29 | #include <qstring.h> |
30 | #include <qlistbox.h> | 30 | #include <qlistbox.h> |
31 | #include <qlistview.h> | 31 | #include <qlistview.h> |
32 | #include <qbuttongroup.h> | 32 | #include <qbuttongroup.h> |
33 | #include <qhbox.h> | 33 | #include <qhbox.h> |
34 | #include <qcursor.h> | 34 | #include <qcursor.h> |
35 | #include <qtimer.h> | ||
35 | 36 | ||
36 | #include <kbuttonbox.h> | 37 | #include <kbuttonbox.h> |
37 | #include <klistview.h> | 38 | #include <klistview.h> |
38 | #include <kapplication.h> | 39 | #include <kapplication.h> |
39 | #include <qapplication.h> | 40 | #include <qapplication.h> |
40 | #include <kconfig.h> | 41 | #include <kconfig.h> |
41 | #include <klineedit.h> | 42 | #include <klineedit.h> |
42 | #include <kcombobox.h> | 43 | #include <kcombobox.h> |
43 | #include <klocale.h> | 44 | #include <klocale.h> |
44 | #include <kdebug.h> | 45 | #include <kdebug.h> |
45 | #include <kglobal.h> | 46 | #include <kglobal.h> |
46 | #include <kiconloader.h> | 47 | #include <kiconloader.h> |
47 | 48 | ||
48 | #include <kabc/phonenumber.h> | 49 | #include <kabc/phonenumber.h> |
49 | 50 | ||
50 | #include "typecombo.h" | 51 | #include "typecombo.h" |