summaryrefslogtreecommitdiffstats
path: root/src/gvcore/dragpixmapgenerator.h
diff options
context:
space:
mode:
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 308c391..efbbd93 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").arg(mItemList.count());
+ bottomText = i18n("%1 items").tqarg(mItemList.count());
width = TQMAX(width, fm.width("... " + bottomText));
}