summaryrefslogtreecommitdiffstats
path: root/src/gvcore/dragpixmapgenerator.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-19 11:35:39 -0600
committerTimothy Pearson <[email protected]>2011-12-19 11:35:39 -0600
commiteba1d381626d92b860239417f21d813f02ee6394 (patch)
treea1d29560015d98b2ad5aa047f919b8a81e0e9c4b /src/gvcore/dragpixmapgenerator.h
parentd0bdd0d7a768f9935b521f3bd12a4cd72739b96f (diff)
downloadgwenview-eba1d381626d92b860239417f21d813f02ee6394.tar.gz
gwenview-eba1d381626d92b860239417f21d813f02ee6394.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/gvcore/dragpixmapgenerator.h')
-rw-r--r--src/gvcore/dragpixmapgenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/dragpixmapgenerator.h b/src/gvcore/dragpixmapgenerator.h
index efbbd93..308c391 100644
--- a/src/gvcore/dragpixmapgenerator.h
+++ b/src/gvcore/dragpixmapgenerator.h
@@ -128,7 +128,7 @@ public:
if (listCropped) {
// If list has been cropped, leave space for item count text
height += fm.height();
- bottomText = i18n("%1 items").tqarg(mItemList.count());
+ bottomText = i18n("%1 items").arg(mItemList.count());
width = TQMAX(width, fm.width("... " + bottomText));
}