summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-20 20:03:46 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-20 20:03:46 +0000
commit84a75dbef9da6531bcb6f3ca9ab2216396b7b3bd (patch)
treec76a2f281fefbf47fb3fd448a88a78d01d9abb58
parentf3d91332267efafe2f6ffde1eb5b7f3ca48fcbfc (diff)
downloadkoffice-84a75dbe.tar.gz
koffice-84a75dbe.zip
Fix koffice FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1242439 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kdgantt/Makefile.am2
-rw-r--r--kdgantt/qlayoutengine_p.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/kdgantt/Makefile.am b/kdgantt/Makefile.am
index fe3a34ace..de319d12f 100644
--- a/kdgantt/Makefile.am
+++ b/kdgantt/Makefile.am
@@ -33,7 +33,7 @@ noinst_HEADERS = \
KDGanttViewTaskLink.h \
KDGanttXMLTools.h \
itemAttributeDialog.ui.h \
- qtqlayoutengine_p.h
+ qlayoutengine_p.h
METASOURCES = AUTO
diff --git a/kdgantt/qlayoutengine_p.h b/kdgantt/qlayoutengine_p.h
index d4c84938d..e87eb5de2 100644
--- a/kdgantt/qlayoutengine_p.h
+++ b/kdgantt/qlayoutengine_p.h
@@ -1,7 +1,7 @@
// THIS IS A COPY OF THE FILE FOUND IN $TQTDIR/src/kernel. Needed to modify qsplitter
/****************************************************************************
-** $Id: qtqlayoutengine_p.h 523435 2006-03-28 08:01:15Z mlaurent $
+** $Id: qlayoutengine_p.h 523435 2006-03-28 08:01:15Z mlaurent $
**
** Internal header file.
**
@@ -46,7 +46,7 @@
// -------------
//
// This file is not part of the TQt API. It exists for the convenience
-// of qtqlayout.cpp, qlayoutengine.cpp, qmainwindow.cpp and qsplitter.cpp.
+// of qlayout.cpp, qlayoutengine.cpp, qmainwindow.cpp and qsplitter.cpp.
// This header file may change from version to version without notice,
// or even be removed.
//