diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-27 19:21:21 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-27 19:21:21 +0000 |
commit | d8cc8bdfa7fa624a526d5aa1626974e1444cb799 (patch) | |
tree | f295f1c545b319963d5357af79fe08991d8141d9 /kioslaves/videodvd/videodvd.h | |
parent | 2a39a080579fb52a2599c02b2939795385b89093 (diff) | |
download | k3b-d8cc8bdfa7fa624a526d5aa1626974e1444cb799.tar.gz k3b-d8cc8bdfa7fa624a526d5aa1626974e1444cb799.zip |
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
Diffstat (limited to 'kioslaves/videodvd/videodvd.h')
-rw-r--r-- | kioslaves/videodvd/videodvd.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kioslaves/videodvd/videodvd.h b/kioslaves/videodvd/videodvd.h index e27e54f..8885c9a 100644 --- a/kioslaves/videodvd/videodvd.h +++ b/kioslaves/videodvd/videodvd.h @@ -17,14 +17,14 @@ #ifndef _videodvd_H_ #define _videodvd_H_ -#include <qstring.h> -#include <qcstring.h> +#include <tqstring.h> +#include <tqcstring.h> #include <kurl.h> #include <kio/global.h> #include <kio/slavebase.h> -class QCString; +class TQCString; class K3bIso9660Entry; class K3bIso9660; namespace K3bDevice @@ -35,7 +35,7 @@ namespace K3bDevice class kio_videodvdProtocol : public KIO::SlaveBase { public: - kio_videodvdProtocol(const QCString &pool_socket, const QCString &app_socket); + kio_videodvdProtocol(const TQCString &pool_socket, const TQCString &app_socket); ~kio_videodvdProtocol(); void mimetype( const KURL& url ); @@ -44,7 +44,7 @@ public: void listDir( const KURL& url ); private: - K3bIso9660* openIso( const KURL&, QString& plainIsoPath ); + K3bIso9660* openIso( const KURL&, TQString& plainIsoPath ); KIO::UDSEntry createUDSEntry( const K3bIso9660Entry* e ) const; void listVideoDVDs(); |