diff options
author | Albert Astals Cid <aacid@kde.org> | 2012-12-01 22:34:00 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2012-12-01 22:50:49 +0100 |
commit | e3716d9d735a1093399a3c5c33ea5471a6adc405 (patch) | |
tree | 58af22ae4630f1d176e76d1095931b094db7e5dd /qt4 | |
parent | c7ae96b162e8a05269a54c31f8e7c411edc84553 (diff) |
Build on make check correctly
Diffstat (limited to 'qt4')
-rw-r--r-- | qt4/tests/check_goostring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt4/tests/check_goostring.cpp b/qt4/tests/check_goostring.cpp index 97f246d6..07999b5d 100644 --- a/qt4/tests/check_goostring.cpp +++ b/qt4/tests/check_goostring.cpp @@ -1,6 +1,6 @@ #include <QtTest/QtTest> -#include "GooString.h" +#include "goo/GooString.h" class TestGooString : public QObject { |