From 0fa52c1f61c457c9b68bec53bcce3af858e5eb44 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 27 Apr 2008 17:57:32 +0000 Subject: [FIX] More header cleanliness [FIX] UI classes now just use the ObjectUI pointers [FIX] Some miscellaneous qmake options git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@112 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemodr/PokeModr.cpp | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'pokemodr/PokeModr.cpp') diff --git a/pokemodr/PokeModr.cpp b/pokemodr/PokeModr.cpp index 5b9e31fc..27a4fdb4 100644 --- a/pokemodr/PokeModr.cpp +++ b/pokemodr/PokeModr.cpp @@ -15,20 +15,26 @@ * with this program. If not, see . */ -#include -#include -#include -#include -#include +// Header include +#include "PokeModr.h" -#include +// PokeModr includes +#include "FileDialog.h" +#include "PokeModrUI.h" +// General includes #include "../general/BugCatcher.h" #include "../general/Exception.h" -#include "FileDialog.h" -#include "PokeModrUI.h" -#include "PokeModr.h" +// Qt includes +#include + +// KDE includes +#include +#include +#include +#include +#include int main(int argc, char* argv[]) { -- cgit