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 /src/k3bmedium.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 'src/k3bmedium.h')
-rw-r--r-- | src/k3bmedium.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/k3bmedium.h b/src/k3bmedium.h index 22b8c00..7b649ff 100644 --- a/src/k3bmedium.h +++ b/src/k3bmedium.h @@ -67,8 +67,8 @@ class K3bMedium * media. In that case refer to K3bDevice::Device::maxWriteSpeed * combined with a manual speed selection. */ - const QValueList<int>& writingSpeeds() const; - const QString& volumeId() const; + const TQValueList<int>& writingSpeeds() const; + const TQString& volumeId() const; /** * This method tries to make a volume identificator witch uses a reduced character set @@ -77,7 +77,7 @@ class K3bMedium * * Volume ids already containing spaces or lower case characters are left unchanged. */ - QString beautifiedVolumeId() const; + TQString beautifiedVolumeId() const; /** * Content type. May be combined by a binary OR. @@ -109,7 +109,7 @@ class K3bMedium * \param useContent if true the content of the CD/DVD will be used, otherwise * the string will simply be something like "empty DVD-R medium". */ - QString shortString( bool useContent = true ) const; + TQString shortString( bool useContent = true ) const; /** * \return A HTML formatted string decribing this medium. This includes the device, the @@ -117,7 +117,7 @@ class K3bMedium * tracks. * This string may be used for tooltips or short descriptions. */ - QString longString() const; + TQString longString() const; bool operator==( const K3bMedium& other ); bool operator!=( const K3bMedium& other ); |