diff options
Diffstat (limited to 'editors/koffice-kde4/files/extrapatch-kexi-main-keximainwindowimpl.cpp')
-rw-r--r-- | editors/koffice-kde4/files/extrapatch-kexi-main-keximainwindowimpl.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/koffice-kde4/files/extrapatch-kexi-main-keximainwindowimpl.cpp b/editors/koffice-kde4/files/extrapatch-kexi-main-keximainwindowimpl.cpp new file mode 100644 index 000000000000..68068710b7c0 --- /dev/null +++ b/editors/koffice-kde4/files/extrapatch-kexi-main-keximainwindowimpl.cpp @@ -0,0 +1,13 @@ +--- kexi/main/keximainwindowimpl.cpp.orig Thu Jun 30 17:28:58 2005 ++++ kexi/main/keximainwindowimpl.cpp Thu Jun 30 17:29:14 2005 +@@ -106,8 +106,8 @@ + //#define PROPEDITOR_VISIBILITY_CHANGES + + //temporary fix to manage layout +-#include "ksplitter.h" +-#define KDOCKWIDGET_P 1 ++// #include "ksplitter.h" ++// #define KDOCKWIDGET_P 1 + + //#ifndef KEXI_NO_MIGRATION + //#include "migration/importwizard.h" |