diff options
Diffstat (limited to 'autotests/kconfigskeletontest.cpp')
-rw-r--r-- | autotests/kconfigskeletontest.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/autotests/kconfigskeletontest.cpp b/autotests/kconfigskeletontest.cpp index 31278e76..a25aaf40 100644 --- a/autotests/kconfigskeletontest.cpp +++ b/autotests/kconfigskeletontest.cpp @@ -65,13 +65,12 @@ void KConfigSkeletonTest::testSimple() mMyString.clear(); mMyFont = QFont(); - readConfig(); + read(); QCOMPARE(mMyBool, WRITE_SETTING1); QCOMPARE(mMyColor, WRITE_SETTING2); QCOMPARE(mMyFont, WRITE_SETTING3); QCOMPARE(mMyString, WRITE_SETTING4); - } void KConfigSkeletonTest::testRemoveItem() |