summaryrefslogtreecommitdiff
path: root/qt4
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2012-12-01 22:34:00 +0100
committerAlbert Astals Cid <aacid@kde.org>2012-12-01 22:50:49 +0100
commite3716d9d735a1093399a3c5c33ea5471a6adc405 (patch)
tree58af22ae4630f1d176e76d1095931b094db7e5dd /qt4
parentc7ae96b162e8a05269a54c31f8e7c411edc84553 (diff)
Build on make check correctly
Diffstat (limited to 'qt4')
-rw-r--r--qt4/tests/check_goostring.cpp2
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
{