diff options
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 { |