SVN commit 1101666 by zander: Fix includes M +1 -1 part/dialogs/KWCreateBookmarkDialog.h M +1 -1 part/dialogs/KWFrameConnectSelector.h M +1 -1 part/dialogs/KWFrameGeometry.h M +1 -1 part/dialogs/KWFrameRunaroundProperties.h M +1 -1 part/dialogs/KWGeneralFrameProperties.h M +1 -1 part/dialogs/KWSelectBookmarkDialog.h M +1 -1 part/dialogs/KWShapeConfigFactory.cpp M +1 -1 part/frames/tests/TestBasicLayout.cpp M +1 -1 part/frames/tests/TestDocumentLayout.cpp M +1 -1 part/frames/tests/TestTextFrameManagement.cpp M +1 -1 part/frames/tests/TestTextFrameSorting.cpp M +1 -1 part/tests/TestClipToPage.cpp M +1 -1 part/tests/TestPageCommands.cpp M +1 -1 part/tests/TestPageManager.cpp M +1 -1 part/tests/TestPageTextInfo.cpp M +1 -1 part/tests/TestViewMode.cpp M +1 -1 plugins/scripting/Module.cpp M +1 -1 plugins/scripting/TextCursor.cpp --- trunk/koffice/kword/part/dialogs/KWCreateBookmarkDialog.h #1101665:1101666 @@ -20,7 +20,7 @@ #ifndef KWCREATEBOOKMARKDIALOG_H #define KWCREATEBOOKMARKDIALOG_H -#include "ui_KWCreateBookmark.h" +#include #include #include --- trunk/koffice/kword/part/dialogs/KWFrameConnectSelector.h #1101665:1101666 @@ -20,7 +20,7 @@ #ifndef KWFRAMECONNECTSELECTOR_H #define KWFRAMECONNECTSELECTOR_H -#include "ui_KWFrameConnectSelector.h" +#include #include #include --- trunk/koffice/kword/part/dialogs/KWFrameGeometry.h #1101665:1101666 @@ -19,7 +19,7 @@ #ifndef KWFRAMEGEOMETRY_H #define KWFRAMEGEOMETRY_H -#include "ui_KWFrameGeometry.h" +#include #include #include --- trunk/koffice/kword/part/dialogs/KWFrameRunaroundProperties.h #1101665:1101666 @@ -20,7 +20,7 @@ #ifndef KWFRAMERUNAROUNDPROPERTIES_H #define KWFRAMERUNAROUNDPROPERTIES_H -#include "ui_KWFrameRunaroundProperties.h" +#include #include #include --- trunk/koffice/kword/part/dialogs/KWGeneralFrameProperties.h #1101665:1101666 @@ -20,7 +20,7 @@ #ifndef KWGENERALFRAMEPROPERTIES_H #define KWGENERALFRAMEPROPERTIES_H -#include "ui_KWGeneralFrameProperties.h" +#include #include #include --- trunk/koffice/kword/part/dialogs/KWSelectBookmarkDialog.h #1101665:1101666 @@ -20,7 +20,7 @@ #ifndef KWSELECTBOOKMARKDIALOG_H #define KWSELECTBOOKMARKDIALOG_H -#include "ui_KWSelectBookmark.h" +#include #include #include --- trunk/koffice/kword/part/dialogs/KWShapeConfigFactory.cpp #1101665:1101666 @@ -156,4 +156,4 @@ m_frame = frame; } -#include "KWShapeConfigFactory.moc" +#include --- trunk/koffice/kword/part/frames/tests/TestBasicLayout.cpp #1101665:1101666 @@ -382,4 +382,4 @@ QTEST_KDEMAIN(TestBasicLayout, GUI) -#include "TestBasicLayout.moc" +#include --- trunk/koffice/kword/part/frames/tests/TestDocumentLayout.cpp #1101665:1101666 @@ -176,4 +176,4 @@ QTEST_KDEMAIN(TestDocumentLayout, GUI) -#include "TestDocumentLayout.moc" +#include --- trunk/koffice/kword/part/frames/tests/TestTextFrameManagement.cpp #1101665:1101666 @@ -56,4 +56,4 @@ QTEST_KDEMAIN(TestTextFrameManagement, GUI) -#include "TestTextFrameManagement.moc" +#include --- trunk/koffice/kword/part/frames/tests/TestTextFrameSorting.cpp #1101665:1101666 @@ -177,4 +177,4 @@ QTEST_KDEMAIN(TestTextFrameSorting, GUI) -#include "TestTextFrameSorting.moc" +#include --- trunk/koffice/kword/part/tests/TestClipToPage.cpp #1101665:1101666 @@ -58,4 +58,4 @@ } QTEST_KDEMAIN(TestClipToPage, GUI) -#include "TestClipToPage.moc" +#include --- trunk/koffice/kword/part/tests/TestPageCommands.cpp #1101665:1101666 @@ -509,4 +509,4 @@ } QTEST_KDEMAIN(TestPageCommands, GUI) -#include "TestPageCommands.moc" +#include --- trunk/koffice/kword/part/tests/TestPageManager.cpp #1101665:1101666 @@ -667,4 +667,4 @@ } QTEST_KDEMAIN(TestPageManager, GUI) -#include "TestPageManager.moc" +#include --- trunk/koffice/kword/part/tests/TestPageTextInfo.cpp #1101665:1101666 @@ -81,4 +81,4 @@ } QTEST_KDEMAIN(TestPageTextInfo, GUI) -#include "TestPageTextInfo.moc" +#include --- trunk/koffice/kword/part/tests/TestViewMode.cpp #1101665:1101666 @@ -106,4 +106,4 @@ } QTEST_KDEMAIN(TestViewMode, GUI) -#include "TestViewMode.moc" +#include --- trunk/koffice/kword/plugins/scripting/Module.cpp #1101665:1101666 @@ -246,4 +246,4 @@ return new Tool(this); } -#include "Module.moc" +#include --- trunk/koffice/kword/plugins/scripting/TextCursor.cpp #1101665:1101666 @@ -176,4 +176,4 @@ return new TextTable(this, table); } -#include "TextCursor.moc" +#include