┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/kstandarditemmodeltest.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/kstandarditemmodeltest.cpp
parent95220eebae1be024b84b069ce9ae4be35c9e6a5f (diff)
Ported tests away from KRandomSequence, QTest::kWaitForSignal and KTempDir.
All tests passed!
Diffstat (limited to 'src/tests/kstandarditemmodeltest.cpp')
-rw-r--r--src/tests/kstandarditemmodeltest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/kstandarditemmodeltest.cpp b/src/tests/kstandarditemmodeltest.cpp
index f7e61ce90..e83e2031d 100644
--- a/src/tests/kstandarditemmodeltest.cpp
+++ b/src/tests/kstandarditemmodeltest.cpp
@@ -18,11 +18,11 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
***************************************************************************/
-#include <qtest.h>
-
#include "kitemviews/kstandarditem.h"
#include "kitemviews/kstandarditemmodel.h"
+#include <QTest>
+
class KStandardItemModelTest : public QObject
{
Q_OBJECT