From 1c1403293485f35fd53db45aaa77a01cdd9627e7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 28 Jun 2011 20:34:15 +0000 Subject: TQt4 port ktorrent This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1238733 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- apps/kttorinfo/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/kttorinfo/main.cpp') diff --git a/apps/kttorinfo/main.cpp b/apps/kttorinfo/main.cpp index e33a763..2208f7f 100644 --- a/apps/kttorinfo/main.cpp +++ b/apps/kttorinfo/main.cpp @@ -18,7 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include -#include +#include #include #include #include @@ -42,7 +42,7 @@ int main(int argc,char** argv) try { Torrent tor; - tor.load(argv[1],false); + tor.load(TQString(argv[1]),false); tor.debugPrintInfo(); } catch (Error & e) -- cgit v1.2.1