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/k3bprojectinterface.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/k3bprojectinterface.h') diff --git a/src/k3bprojectinterface.h b/src/k3bprojectinterface.h index 8deb848..2a7c38a 100644 --- a/src/k3bprojectinterface.h +++ b/src/k3bprojectinterface.h @@ -19,7 +19,7 @@ #include #include -#include +#include class K3bDoc; @@ -36,11 +36,11 @@ class K3bProjectInterface : public DCOPObject // Generate a name for this interface. Automatically used if name=0 is // passed to the constructor - static QCString newIfaceName(); + static TQCString newIfaceName(); k_dcop: - virtual void addUrls( const QStringList& urls ); - virtual void addUrl( const QString& url ); + virtual void addUrls( const TQStringList& urls ); + virtual void addUrl( const TQString& url ); /** * Opens the burn dialog @@ -55,7 +55,7 @@ class K3bProjectInterface : public DCOPObject */ virtual bool directBurn(); - virtual void setBurnDevice( const QString& blockdevicename ); + virtual void setBurnDevice( const TQString& blockdevicename ); /** * \return the length of the project in blocks (frames). @@ -67,7 +67,7 @@ class K3bProjectInterface : public DCOPObject */ virtual KIO::filesize_t size() const; - virtual const QString& imagePath() const; + virtual const TQString& imagePath() const; /** * \return A string representation of the project type. One of: @@ -82,7 +82,7 @@ class K3bProjectInterface : public DCOPObject * * Be aware that this is not the same as K3bDoc::documentType for historical reasons. */ - virtual QString projectType() const; + virtual TQString projectType() const; private: K3bDoc* m_doc; -- cgit v1.2.1