From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkonq/tests/konqdragtest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libkonq/tests') diff --git a/libkonq/tests/konqdragtest.cpp b/libkonq/tests/konqdragtest.cpp index ad03b21fc..43d1a28df 100644 --- a/libkonq/tests/konqdragtest.cpp +++ b/libkonq/tests/konqdragtest.cpp @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include @@ -36,8 +36,8 @@ void testKonqIconDrag2() KURL mediaURL = "media:/hda1/tmp/Mat%C3%A9riel"; KURL localURL = "file:///tmp/Mat%C3%A9riel"; KonqIconDrag2 iconDrag( 0 ); - QIconDragItem item; - iconDrag.append( item, QRect( 1, 2, 3, 4 ), QRect( 5, 6, 7, 8 ), + TQIconDragItem item; + iconDrag.append( item, TQRect( 1, 2, 3, 4 ), TQRect( 5, 6, 7, 8 ), mediaURL.url(), localURL.url() ); -- cgit v1.2.3