summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-01 09:26:32 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-01 09:26:32 +0000
commitd8ccd8318fd5be0a211f910e767e8a00106a88e6 (patch)
treed7926b1dd7e92a8ca12855c55def67ac86003275 /shell
parent31dbd170ff642c07cc9aab63e525a5f5eb6132c2 (diff)
INTEGRATION: CWS kdeheaders (1.2.8); FILE MERGED
2006/07/28 14:42:36 ebischoff 1.2.8.1: Wrapping all KDE includes in a single header
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/kdebe/kdepathslayer.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/source/backends/kdebe/kdepathslayer.cxx b/shell/source/backends/kdebe/kdepathslayer.cxx
index d2335c56474a..7d0475999abd 100644
--- a/shell/source/backends/kdebe/kdepathslayer.cxx
+++ b/shell/source/backends/kdebe/kdepathslayer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: kdepathslayer.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2006-07-13 13:21:18 $
+ * last change: $Author: ihi $ $Date: 2006-08-01 10:26:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,8 +37,8 @@
#include "kdepathslayer.hxx"
#endif
-#ifndef _KGLOBALSETTINGS_H
-#include "kglobalsettings.h"
+#ifndef INCLUDED_VCL_KDE_HEADERS_H
+#include <vcl/kde_headers.h>
#endif
#ifndef _COM_SUN_STAR_CONFIGURATION_BACKEND_PROPERTYINFO_HPP_