]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tests/dolphintreeviewtest.cpp
Details view: Fix jumping column-widths
[dolphin.git] / src / tests / dolphintreeviewtest.cpp
index 61922acd77ee3bda5fdc426b277b5d29fb32c75b..149570d1aa9fd6698a1252a3d146aee37d8396af 100644 (file)
  *****************************************************************************/
 
 #include <qtest_kde.h>
-#include <kdebug.h>
-#include <kaction.h>
+#include <KDebug>
+#include <KAction>
 
 #include "views/dolphintreeview.h"
 
 #include <qtestkeyboard.h>
 #include <qtestmouse.h>
-#include <QtGui/QStringListModel>
+#include <QStringListModel>
 
 class DolphinTreeViewTest : public QObject
 {
@@ -222,7 +222,7 @@ void DolphinTreeViewTest::testKeyboardNavigationSelectionUpdate() {
 
     /**
      * Starting a drag&drop operation should not clear the selection, see
-     * 
+     *
      * https://bugs.kde.org/show_bug.cgi?id=158649
      */