author | zautrix <zautrix> | 2004-10-11 09:49:14 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-11 09:49:14 (UTC) |
commit | 504f6b2a8732d980a88234cdef0a80c201b9c4da (patch) (side-by-side diff) | |
tree | 6aa81a390f51ecb91446a0b637707777146d3d25 | |
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 @@ -7,48 +7,49 @@ the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. As a special exception, permission is given to link this program with any edition of Qt, and distribute the resulting executable, without including the source code for Qt in the source distribution. */ #include <qcheckbox.h> #include <qhbox.h> #include <qlabel.h> #include <qlayout.h> #include <qlistbox.h> #include <qpushbutton.h> #include <qtabwidget.h> +#include <qapplication.h> #ifndef KAB_EMBEDDED #include <qtextedit.h> #include <kaccelmanager.h> #include "keywidget.h" #include "soundwidget.h" #else //KAB_EMBEDDED #include <qmultilineedit.h> #endif //KAB_EMBEDDED #include "keywidget.h" #include "geowidget.h" #include "imagewidget.h" #include "nameeditdialog.h" #include "phoneeditwidget.h" #include "secrecywidget.h" #include <qtoolbutton.h> #include <qtooltip.h> |