summaryrefslogtreecommitdiffstats
path: root/src/rip/k3bvideocdview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:06:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:06:28 -0600
commit83b79bb29aaa412caec6abcdb42ca21d248b3b3a (patch)
treef48e8ae855d4a0be0c3ecf912a92168a829ff8c5 /src/rip/k3bvideocdview.cpp
parent2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5 (diff)
downloadk3b-83b79bb29aaa412caec6abcdb42ca21d248b3b3a.tar.gz
k3b-83b79bb29aaa412caec6abcdb42ca21d248b3b3a.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/rip/k3bvideocdview.cpp')
-rw-r--r--src/rip/k3bvideocdview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rip/k3bvideocdview.cpp b/src/rip/k3bvideocdview.cpp
index 62fc364..1924d23 100644
--- a/src/rip/k3bvideocdview.cpp
+++ b/src/rip/k3bvideocdview.cpp
@@ -72,7 +72,7 @@ class K3bVideoCdView::VideoTrackViewItem : public TQListViewItem
setText( 1, name );
if ( length > 0 ) {
setText( 2, length.toString() );
- setText( 3, KIO::convertSize( length.mode2Form2Bytes() ) );
+ setText( 3, TDEIO::convertSize( length.mode2Form2Bytes() ) );
}
trackNumber = _trackNumber;
@@ -129,9 +129,9 @@ class K3bVideoCdView::VideoTrackViewCheckItem : public TQCheckListItem
{
setText( 2, length.toString() );
if ( form2 )
- setText( 3, KIO::convertSize( length.mode2Form2Bytes() ) );
+ setText( 3, TDEIO::convertSize( length.mode2Form2Bytes() ) );
else
- setText( 3, KIO::convertSize( length.mode2Form1Bytes() ) );
+ setText( 3, TDEIO::convertSize( length.mode2Form1Bytes() ) );
}
};