View | Details | Raw Unified | Return to issue 66722
Collapse All | Expand All

(-)vcl/prj/d.lst (+1 lines)
Added Link Here
78
hedabu: ..\inc\inputctx.hxx %_DEST%\inc%_EXT%\vcl\inputctx.hxx
78
hedabu: ..\inc\inputctx.hxx %_DEST%\inc%_EXT%\vcl\inputctx.hxx
79
hedabu: ..\inc\javachild.hxx %_DEST%\inc%_EXT%\vcl\javachild.hxx
79
hedabu: ..\inc\javachild.hxx %_DEST%\inc%_EXT%\vcl\javachild.hxx
80
hedabu: ..\inc\jobset.hxx %_DEST%\inc%_EXT%\vcl\jobset.hxx
80
hedabu: ..\inc\jobset.hxx %_DEST%\inc%_EXT%\vcl\jobset.hxx
81
hedabu: ..\unx\inc\kde_headers.h %_DEST%\inc%_EXT%\vcl\kde_headers.h
81
hedabu: ..\inc\keycod.hxx %_DEST%\inc%_EXT%\vcl\keycod.hxx
82
hedabu: ..\inc\keycod.hxx %_DEST%\inc%_EXT%\vcl\keycod.hxx
82
hedabu: ..\inc\keycodes.hxx %_DEST%\inc%_EXT%\vcl\keycodes.hxx
83
hedabu: ..\inc\keycodes.hxx %_DEST%\inc%_EXT%\vcl\keycodes.hxx
83
hedabu: ..\inc\lineinfo.hxx %_DEST%\inc%_EXT%\vcl\lineinfo.hxx
84
hedabu: ..\inc\lineinfo.hxx %_DEST%\inc%_EXT%\vcl\lineinfo.hxx
(-)vcl/unx/kde/kdewrapper.h (-84 lines)
Removed Link Here
1
/*************************************************************************
2
 *
3
 *  OpenOffice.org - a multi-platform office productivity suite
4
 *
5
 *  $RCSfile: kdewrapper.h,v $
6
 *
7
 *  $Revision: 1.2 $
8
 *
9
 *  last change: $Author: kz $ $Date: 2006/07/06 14:32:09 $
10
 *
11
 *  The Contents of this file are made available subject to
12
 *  the terms of GNU Lesser General Public License Version 2.1.
13
 *
14
 *
15
 *    GNU Lesser General Public License Version 2.1
16
 *    =============================================
17
 *    Copyright 2006 by Sun Microsystems, Inc.
18
 *    901 San Antonio Road, Palo Alto, CA 94303, USA
19
 *
20
 *    This library is free software; you can redistribute it and/or
21
 *    modify it under the terms of the GNU Lesser General Public
22
 *    License version 2.1, as published by the Free Software Foundation.
23
 *
24
 *    This library is distributed in the hope that it will be useful,
25
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
26
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
27
 *    Lesser General Public License for more details.
28
 *
29
 *    You should have received a copy of the GNU Lesser General Public
30
 *    License along with this library; if not, write to the Free Software
31
 *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
32
 *    MA  02111-1307  USA
33
 *
34
 ************************************************************************/
35
36
#ifndef INCLUDED_VCL_UNX_KDE_KDEWRAPPER_H
37
#define INCLUDED_VCL_UNX_KDE_KDEWRAPPER_H
38
39
#ifndef _SAL_CONFIG_H_
40
#include "sal/config.h"
41
#endif
42
43
#if defined __GNUC__
44
#pragma GCC system_header
45
#endif
46
47
// Hack, but needed because of conflicting types...
48
#define Region QtXRegion
49
50
#include <qcheckbox.h>
51
#include <qcombobox.h>
52
#include <qframe.h>
53
#include <qlineedit.h>
54
#include <qlistview.h>
55
#include <qmainwindow.h>
56
#include <qpaintdevice.h>
57
#include <qpainter.h>
58
#include <qpushbutton.h>
59
#include <qradiobutton.h>
60
#include <qrangecontrol.h>
61
#include <qtabbar.h>
62
#include <qtabwidget.h>
63
#include <qtoolbar.h>
64
#include <qtoolbutton.h>
65
#include <qwidget.h>
66
67
// Ugly hack to be able to access QMenuItem::is_enabled
68
#define private public
69
#include <qmenudata.h>
70
#undef private
71
72
#include <kaboutdata.h>
73
#include <kapplication.h>
74
#include <kcmdlineargs.h>
75
#include <kconfig.h>
76
#include <kglobal.h>
77
#include <kmainwindow.h>
78
#include <kmenubar.h>
79
#include <kstartupinfo.h>
80
#include <kstyle.h>
81
82
#undef Region
83
84
#endif
(-)vcl/unx/kde/salnativewidgets-kde.cxx (-1 / +3 lines)
Lines 35-41 Link Here
35
35
36
#define _SV_SALNATIVEWIDGETS_KDE_CXX
36
#define _SV_SALNATIVEWIDGETS_KDE_CXX
37
37
38
#include "kdewrapper.h"
38
#ifndef INCLUDED_VCL_KDE_HEADERS_H
39
#include <vcl/kde_headers.h>
40
#endif
39
41
40
#include <salunx.h>
42
#include <salunx.h>
41
43

Return to issue 66722