diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:53:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:53:59 -0600 |
commit | 13c7c96214340d002f801f6c2a66c29529689b54 (patch) | |
tree | e3dccf332a09bef58ac4d7f0e4e417b31c229f1a /src/rip/videodvd/k3bvideodvdrippingtitlelistview.cpp | |
parent | 00949e960fd4e243dc958be5130e0d1cd92a52ff (diff) | |
download | k3b-13c7c96214340d002f801f6c2a66c29529689b54.tar.gz k3b-13c7c96214340d002f801f6c2a66c29529689b54.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/rip/videodvd/k3bvideodvdrippingtitlelistview.cpp')
-rw-r--r-- | src/rip/videodvd/k3bvideodvdrippingtitlelistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rip/videodvd/k3bvideodvdrippingtitlelistview.cpp b/src/rip/videodvd/k3bvideodvdrippingtitlelistview.cpp index 34af9c9..d3f1e72 100644 --- a/src/rip/videodvd/k3bvideodvdrippingtitlelistview.cpp +++ b/src/rip/videodvd/k3bvideodvdrippingtitlelistview.cpp @@ -193,7 +193,7 @@ protected: preW = h*16/9; p->drawRect( ( w - preW ) / 2, ( height() - h ) / 2, preW, h ); - TQPixmap noIcon = KApplication::kApplication()->iconLoader()->loadIcon( "no", KIcon::NoGroup, KIcon::SizeSmall, KIcon::DefaultState, 0, true ); + TQPixmap noIcon = TDEApplication::kApplication()->iconLoader()->loadIcon( "no", KIcon::NoGroup, KIcon::SizeSmall, KIcon::DefaultState, 0, true ); p->drawPixmap( ( w - noIcon.width() ) / 2, ( height() - noIcon.height() ) / 2, noIcon ); } else { |