aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sphinxtabletest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sphinxtabletest.cpp')
-rw-r--r--tests/sphinxtabletest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sphinxtabletest.cpp b/tests/sphinxtabletest.cpp
index 058a3b522..a35d11926 100644
--- a/tests/sphinxtabletest.cpp
+++ b/tests/sphinxtabletest.cpp
@@ -22,7 +22,7 @@
*/
#include "sphinxtabletest.h"
-#include "docgenerator.h"
+#include "qtdocgenerator.h"
#include <QtTest/QTest>
#include <QDebug>
@@ -33,7 +33,7 @@ QString SphinxTableTest::transformXml(const char* xml)
void SphinxTableTest::setUp()
{
- m_generator = new DocGenerator;
+ m_generator = new QtDocGenerator;
}
void SphinxTableTest::tearDown()