diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 13:23:45 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 13:23:45 +0000 |
commit | 148b665d89f4cc4cfa6ba2d01bca959b291ba7eb (patch) | |
tree | 1d71cb96e6c5f2c1fb4ec7462e40dc027360afdb /vcl | |
parent | a303a159e8fc918478cbb5108ca15f9ea3d23a11 (diff) |
INTEGRATION: CWS shellfix04 (1.3.6); FILE MERGED
2006/10/23 12:43:51 obr 1.3.6.1: #i70478# patch applied
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/inc/kde_headers.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/unx/inc/kde_headers.h b/vcl/unx/inc/kde_headers.h index 1f101dec09d6..41bd5c4bc046 100644 --- a/vcl/unx/inc/kde_headers.h +++ b/vcl/unx/inc/kde_headers.h @@ -4,9 +4,9 @@ * * $RCSfile: kde_headers.h,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-10-13 08:33:24 $ + * last change: $Author: vg $ $Date: 2006-11-01 14:23:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,7 @@ #ifndef INCLUDED_VCL_KDE_HEADERS_H #define INCLUDED_VCL_KDE_HEADERS_H -/* ********* Suppress warnings:if needed */ +/* ********* Suppress warnings if needed */ #ifndef _SAL_CONFIG_H_ #include "sal/config.h" #endif @@ -54,6 +54,7 @@ #include <qaccessible.h> #include <qcheckbox.h> #include <qcombobox.h> +#include <qfont.h> #include <qframe.h> #include <qlineedit.h> #include <qlistview.h> |