┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2010-11-23 17:14:04 +0000
committerFrank Reininghaus <[email protected]>2010-11-23 17:14:04 +0000
commitcd1ced91584105a53428bc1a23fb9c95cccdd6cb (patch)
tree3be99b4281c54c07b342a2867b1d3b8661a5625a /src
parentda32e987a5e0a55889e87ec4dae4075278b93b79 (diff)
Some minor changes in DolphinDetailsViewTest:
1. Remove unneeded includes 2. Fix typo 3. Add newline at end of file. svn path=/trunk/KDE/kdebase/apps/; revision=1200027
Diffstat (limited to 'src')
-rw-r--r--src/tests/dolphindetailsviewtest.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/tests/dolphindetailsviewtest.cpp b/src/tests/dolphindetailsviewtest.cpp
index 5c5f21cfa..d28be760d 100644
--- a/src/tests/dolphindetailsviewtest.cpp
+++ b/src/tests/dolphindetailsviewtest.cpp
@@ -24,13 +24,9 @@
#include "views/dolphindetailsview.h"
#include "views/dolphinview.h"
#include "views/dolphinmodel.h"
-#include "views/dolphindirlister.h"
#include "views/dolphinsortfilterproxymodel.h"
#include "views/zoomlevelinfo.h"
-#include <KTempDir>
-
-#include <QtCore/QDir>
#include <qtestmouse.h>
#include <qtestkeyboard.h>
@@ -73,7 +69,7 @@ private:
/**
* This test verifies that DolphinDetailsView::expandedUrls() returns the right set of URLs.
- * The test creates a folder hierarchy: 3 folders (a, b, c) contain 3 subfolders (also names a, b, c) each.
+ * The test creates a folder hierarchy: 3 folders (a, b, c) contain 3 subfolders (also named a, b, c) each.
* Each of those contains 3 further subfolders of the same name.
*/
@@ -294,4 +290,4 @@ void DolphinDetailsViewTest::bug257401_longFilenamesKeyboardNavigation() {
QTEST_KDEMAIN(DolphinDetailsViewTest, GUI)
-#include "dolphindetailsviewtest.moc" \ No newline at end of file
+#include "dolphindetailsviewtest.moc"