diff options
Diffstat (limited to 'src/gvcore/dragpixmapgenerator.h')
-rw-r--r-- | src/gvcore/dragpixmapgenerator.h | 2 |
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)); } |