┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/kitemlistcontrollertest.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-04-11 21:52:15 +0200
committerPeter Penz <[email protected]>2012-04-11 21:53:45 +0200
commit40c71d5ce0f6978ce48eb67fd73ed211bab4e887 (patch)
tree92f118d9f937dc94e0ea6f7c5ae0a6d19a900db5 /src/tests/kitemlistcontrollertest.cpp
parentff0a86288e14f811a353f05e21898eef223525d2 (diff)
KFileItemModel: interface cleanups
Fix some naming inconsistencies regarding the usage of 'dir' vs. 'directory' vs. 'folder'.
Diffstat (limited to 'src/tests/kitemlistcontrollertest.cpp')
-rw-r--r--src/tests/kitemlistcontrollertest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/kitemlistcontrollertest.cpp b/src/tests/kitemlistcontrollertest.cpp
index 486ccd46a..3b67e7b50 100644
--- a/src/tests/kitemlistcontrollertest.cpp
+++ b/src/tests/kitemlistcontrollertest.cpp
@@ -97,8 +97,8 @@ void KItemListControllerTest::initTestCase()
<< "e1" << "e2" << "e3" << "e4" << "e5" << "e6" << "e7";
m_testDir->createFiles(files);
- m_model->loadDir(m_testDir->url());
- QVERIFY(QTest::kWaitForSignal(m_model, SIGNAL(dirLoadingCompleted()), DefaultTimeout));
+ m_model->loadDirectory(m_testDir->url());
+ QVERIFY(QTest::kWaitForSignal(m_model, SIGNAL(directoryLoadingCompleted()), DefaultTimeout));
m_container->show();
QTest::qWaitForWindowShown(m_container);