diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-06-21 01:22:14 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-06-21 01:22:14 +0000 |
| commit | 2d045c571308af33c93bdc9766a627ef1db6abaf (patch) | |
| tree | 15cd0d3734ed93bf81cabc418f1c428b3def3d79 /pokemodr/ObjectUI.cpp | |
| parent | 6dd3d36c4552565756dcedab2ddd44e90a553252 (diff) | |
| download | sigen-2d045c571308af33c93bdc9766a627ef1db6abaf.tar.gz sigen-2d045c571308af33c93bdc9766a627ef1db6abaf.tar.xz sigen-2d045c571308af33c93bdc9766a627ef1db6abaf.zip | |
[FIX] Using cmake now (still is rough)
[FIX] Some SVN flags were incorrect
[FIX] Qt includes now use the module path as well
[FIX] Models now have drag/drop actions methods as const
[FIX] Library classes now exported
[FIX] qmake files removed
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@213 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/ObjectUI.cpp')
| -rw-r--r-- | pokemodr/ObjectUI.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pokemodr/ObjectUI.cpp b/pokemodr/ObjectUI.cpp index 8e96c79e..ef744f86 100644 --- a/pokemodr/ObjectUI.cpp +++ b/pokemodr/ObjectUI.cpp @@ -23,9 +23,9 @@ #include "../pokemod/Pokemod.h" // Qt includes -#include <QLabel> -#include <QTreeWidget> -#include <QVBoxLayout> +#include <QtGui/QLabel> +#include <QtGui/QTreeWidget> +#include <QtGui/QVBoxLayout> // KDE includes #include <KAction> |
