summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2004-10-11 09:49:14 (UTC)
committer zautrix <zautrix>2004-10-11 09:49:14 (UTC)
commit504f6b2a8732d980a88234cdef0a80c201b9c4da (patch) (unidiff)
tree6aa81a390f51ecb91446a0b637707777146d3d25
parentff475669e0cb65677168d4a29928a6c1d984aa10 (diff)
downloadkdepimpi-504f6b2a8732d980a88234cdef0a80c201b9c4da.zip
kdepimpi-504f6b2a8732d980a88234cdef0a80c201b9c4da.tar.gz
kdepimpi-504f6b2a8732d980a88234cdef0a80c201b9c4da.tar.bz2
compile fix
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/addresseeeditorwidget.cpp1
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
@@ -27,8 +27,9 @@
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