┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/dolphinsearchboxtest.cpp
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2014-12-18 14:56:46 +0100
committerEmmanuel Pescosta <[email protected]>2014-12-18 14:56:46 +0100
commitd19d94e60a778d4c19f646224e3b269da515c8fb (patch)
treec634267e074b59bfce8e9f4c9ea90bb85c56089b /src/tests/dolphinsearchboxtest.cpp
parent95220eebae1be024b84b069ce9ae4be35c9e6a5f (diff)
Ported tests away from KRandomSequence, QTest::kWaitForSignal and KTempDir.
All tests passed!
Diffstat (limited to 'src/tests/dolphinsearchboxtest.cpp')
-rw-r--r--src/tests/dolphinsearchboxtest.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tests/dolphinsearchboxtest.cpp b/src/tests/dolphinsearchboxtest.cpp
index 49bc7e824..862a398a5 100644
--- a/src/tests/dolphinsearchboxtest.cpp
+++ b/src/tests/dolphinsearchboxtest.cpp
@@ -17,10 +17,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
***************************************************************************/
-#include <qtest.h>
-
#include "search/dolphinsearchbox.h"
-#include <qtestkeyboard.h>
+
+#include <QTest>
class DolphinSearchBoxTest : public QObject
{