diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-07-01 01:48:09 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-07-01 01:48:09 +0200 |
commit | 18a342ef1446997427de45095109f24c9352296d (patch) | |
tree | 73f4dd5a79e3df896f10b36dec4496afa8517907 /tests/tst_inifile.cpp | |
parent | 8b86306d48fff4a6cc9291d00e1211a5e5dc1903 (diff) | |
download | PrismLauncher-18a342ef1446997427de45095109f24c9352296d.tar.gz PrismLauncher-18a342ef1446997427de45095109f24c9352296d.tar.bz2 PrismLauncher-18a342ef1446997427de45095109f24c9352296d.zip |
Move settings lib into the main code, fixing error logging in it.
Diffstat (limited to 'tests/tst_inifile.cpp')
-rw-r--r-- | tests/tst_inifile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tst_inifile.cpp b/tests/tst_inifile.cpp index c0f57c12..93930ae9 100644 --- a/tests/tst_inifile.cpp +++ b/tests/tst_inifile.cpp @@ -1,7 +1,7 @@ #include <QTest> #include "TestUtil.h" -#include "depends/settings/inifile.h" +#include "logic/settings/INIFile.h" class IniFileTest : public QObject { |