From d8cc8bdfa7fa624a526d5aa1626974e1444cb799 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 27 May 2011 19:21:21 +0000 Subject: TQt4 port k3b This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1233803 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/k3binterface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/k3binterface.h') diff --git a/src/k3binterface.h b/src/k3binterface.h index b54e2ef..4079a5d 100644 --- a/src/k3binterface.h +++ b/src/k3binterface.h @@ -19,7 +19,7 @@ #include #include -#include +#include #include @@ -63,7 +63,7 @@ class K3bInterface : public DCOPObject DCOPRef openProject( const KURL& url ); - QValueList projects(); + TQValueList projects(); void copyCd(); void copyDvd(); -- cgit v1.2.1