SVN commit 1005404 by kossebau: changed: use CamelCase Kasten includes M +1 -1 lib/core/document/bfddocument.h M +1 -1 lib/core/document/bfddocumentfactory.h M +1 -1 lib/core/document/sectionlistmodel.h M +1 -1 lib/core/document/symbollistmodel.h M +1 -1 lib/core/io/filesystem/bfdfileloadjob.h M +1 -1 lib/core/io/filesystem/bfdfilereloadjob.h M +1 -1 lib/core/io/filesystem/bfdfilesynchronizer.h M +1 -1 lib/core/io/filesystem/bfdfilesynchronizerfactory.h M +2 -2 lib/gui/view/bfdview.h M +1 -1 lib/gui/view/bfdviewfactory.h M +2 -2 lib/gui/view/sectionlistview.h M +2 -2 lib/gui/view/symbollistview.h M +1 -1 program/mainwindow.h M +4 -4 program/program.cpp --- trunk/playground/devtools/binspekt/lib/core/document/bfddocument.h #1005403:1005404 @@ -26,7 +26,7 @@ // lib #include // Kasten core -#include +#include // Qt #include --- trunk/playground/devtools/binspekt/lib/core/document/bfddocumentfactory.h #1005403:1005404 @@ -26,7 +26,7 @@ // lib #include // Kasten core -#include +#include namespace Kasten --- trunk/playground/devtools/binspekt/lib/core/document/sectionlistmodel.h #1005403:1005404 @@ -26,7 +26,7 @@ // lib #include // Kasten core -#include +#include // Qt #include --- trunk/playground/devtools/binspekt/lib/core/document/symbollistmodel.h #1005403:1005404 @@ -26,7 +26,7 @@ // lib #include // Kasten core -#include +#include // Qt #include --- trunk/playground/devtools/binspekt/lib/core/io/filesystem/bfdfileloadjob.h #1005403:1005404 @@ -24,7 +24,7 @@ #define BFDFILELOADJOB_H // Kasten core -#include +#include namespace Kasten --- trunk/playground/devtools/binspekt/lib/core/io/filesystem/bfdfilereloadjob.h #1005403:1005404 @@ -24,7 +24,7 @@ #define BFDFILERELOADJOB_H // Kasten core -#include +#include namespace Kasten --- trunk/playground/devtools/binspekt/lib/core/io/filesystem/bfdfilesynchronizer.h #1005403:1005404 @@ -24,7 +24,7 @@ #define BFDFILESYNCHRONIZER_H // Kasten core -#include +#include namespace Kasten --- trunk/playground/devtools/binspekt/lib/core/io/filesystem/bfdfilesynchronizerfactory.h #1005403:1005404 @@ -26,7 +26,7 @@ // lib #include // Kasten core -#include +#include namespace Kasten --- trunk/playground/devtools/binspekt/lib/gui/view/bfdview.h #1005403:1005404 @@ -27,8 +27,8 @@ #include // #include // Kasten gui -#include -#include +#include +#include class QSplitter; --- trunk/playground/devtools/binspekt/lib/gui/view/bfdviewfactory.h #1005403:1005404 @@ -26,7 +26,7 @@ // lib #include // Kasten gui -#include +#include namespace Kasten --- trunk/playground/devtools/binspekt/lib/gui/view/sectionlistview.h #1005403:1005404 @@ -26,8 +26,8 @@ // lib // #include // Kasten gui -#include -#include +#include +#include class SectionTableModel; class QSortFilterProxyModel; --- trunk/playground/devtools/binspekt/lib/gui/view/symbollistview.h #1005403:1005404 @@ -26,8 +26,8 @@ // lib // #include // Kasten gui -#include -#include +#include +#include class SymbolTableModel; class QTreeView; --- trunk/playground/devtools/binspekt/program/mainwindow.h #1005403:1005404 @@ -24,7 +24,7 @@ #define BINSPEKTMAINWINDOW_H // Kasten gui -#include +#include namespace Kasten --- trunk/playground/devtools/binspekt/program/program.cpp #1005403:1005404 @@ -31,11 +31,11 @@ // BFD #include // Kasten gui -#include +#include // Kasten core -#include -#include -#include +#include +#include +#include // KDE #include #include