author | zautrix <zautrix> | 2004-10-11 09:49:14 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-11 09:49:14 (UTC) |
commit | 504f6b2a8732d980a88234cdef0a80c201b9c4da (patch) (unidiff) | |
tree | 6aa81a390f51ecb91446a0b637707777146d3d25 /kaddressbook | |
parent | ff475669e0cb65677168d4a29928a6c1d984aa10 (diff) | |
download | kdepimpi-504f6b2a8732d980a88234cdef0a80c201b9c4da.zip kdepimpi-504f6b2a8732d980a88234cdef0a80c201b9c4da.tar.gz kdepimpi-504f6b2a8732d980a88234cdef0a80c201b9c4da.tar.bz2 |
compile fix
-rw-r--r-- | kaddressbook/addresseeeditorwidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kaddressbook/addresseeeditorwidget.cpp b/kaddressbook/addresseeeditorwidget.cpp index dbbf7fe..50b6b6d 100644 --- a/kaddressbook/addresseeeditorwidget.cpp +++ b/kaddressbook/addresseeeditorwidget.cpp | |||
@@ -15,32 +15,33 @@ | |||
15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
16 | along with this program; if not, write to the Free Software | 16 | along with this program; if not, write to the Free Software |
17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
18 | 18 | ||
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 <qcheckbox.h> | 24 | #include <qcheckbox.h> |
25 | #include <qhbox.h> | 25 | #include <qhbox.h> |
26 | #include <qlabel.h> | 26 | #include <qlabel.h> |
27 | #include <qlayout.h> | 27 | #include <qlayout.h> |
28 | #include <qlistbox.h> | 28 | #include <qlistbox.h> |
29 | #include <qpushbutton.h> | 29 | #include <qpushbutton.h> |
30 | #include <qtabwidget.h> | 30 | #include <qtabwidget.h> |
31 | #include <qapplication.h> | ||
31 | 32 | ||
32 | #ifndef KAB_EMBEDDED | 33 | #ifndef KAB_EMBEDDED |
33 | #include <qtextedit.h> | 34 | #include <qtextedit.h> |
34 | 35 | ||
35 | #include <kaccelmanager.h> | 36 | #include <kaccelmanager.h> |
36 | #include "keywidget.h" | 37 | #include "keywidget.h" |
37 | #include "soundwidget.h" | 38 | #include "soundwidget.h" |
38 | 39 | ||
39 | #else //KAB_EMBEDDED | 40 | #else //KAB_EMBEDDED |
40 | #include <qmultilineedit.h> | 41 | #include <qmultilineedit.h> |
41 | #endif //KAB_EMBEDDED | 42 | #endif //KAB_EMBEDDED |
42 | 43 | ||
43 | 44 | ||
44 | #include "keywidget.h" | 45 | #include "keywidget.h" |
45 | #include "geowidget.h" | 46 | #include "geowidget.h" |
46 | #include "imagewidget.h" | 47 | #include "imagewidget.h" |