summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-09-01 14:00:17 +0200
committerNiels Weber <niels.weber@theqtcompany.com>2015-09-07 10:41:45 +0000
commitcab3405ad2b0d269924a93263298304bff8807eb (patch)
tree2cc70eac08d78376998e8406ed41211b42598449 /tests/auto
parent823efa49cc61e91d7deb7b14d0bc05991c142474 (diff)
Missed to rename classes and to update docs and tests.
Change-Id: I2d79ab4094cb9706287d44160543c19b35a66c95 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/installer/factory/tst_factory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/installer/factory/tst_factory.cpp b/tests/auto/installer/factory/tst_factory.cpp
index 5411ec9da..a693a2ce6 100644
--- a/tests/auto/installer/factory/tst_factory.cpp
+++ b/tests/auto/installer/factory/tst_factory.cpp
@@ -61,7 +61,7 @@ private:
int m_amount;
};
-class EggStore : public KDGenericFactory<Food, QString, int>
+class EggStore : public GenericFactory<Food, QString, int>
{
public:
static EggStore &instance() {
@@ -120,7 +120,7 @@ private:
QDate m_expireDate;
};
-class FoodStore : public KDGenericFactory<Food, QString, int, QDate>
+class FoodStore : public GenericFactory<Food, QString, int, QDate>
{
public:
static FoodStore &instance() {
@@ -148,7 +148,7 @@ private slots:
private:
QDate m_expireDate;
};
- class EggStore : public KDGenericFactory<Food, QString, int>
+ class EggStore : public GenericFactory<Food, QString, int>
{
public:
static EggStore &instance() {