diff options
author | Treeki <treeki@gmail.com> | 2010-10-14 03:15:41 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2010-10-14 03:15:41 +0200 |
commit | fdf8cfec2b795393d7ee901abaf747575067068b (patch) | |
tree | 1eb3a65765c1c43c4ea91530462cd15d54f995d1 /lyt/directorypackage.cpp | |
parent | 7213ca723a65dff8ebb0c6c08669695217e60453 (diff) | |
download | LayoutStudio-fdf8cfec2b795393d7ee901abaf747575067068b.tar.gz LayoutStudio-fdf8cfec2b795393d7ee901abaf747575067068b.zip |
bugfixes; working U8 archive support for reading/writing
Diffstat (limited to 'lyt/directorypackage.cpp')
-rw-r--r-- | lyt/directorypackage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lyt/directorypackage.cpp b/lyt/directorypackage.cpp index 84287e6..e8f31b9 100644 --- a/lyt/directorypackage.cpp +++ b/lyt/directorypackage.cpp @@ -17,7 +17,7 @@ #include "directorypackage.h" -#include <QDir> +#include <QtCore/QDir> LYTDirectoryPackage::LYTDirectoryPackage(QString path) : LYTPackageBase() { QDir fix_path(path); |