summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sidebar/sq_previewwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:13:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:13:21 -0600
commitf5a0e45e0510e355733e6390eb26efd704c990c4 (patch)
treeb64dcd4a3226af6b39d984c7110b6454819fca25 /ksquirrel/sidebar/sq_previewwidget.cpp
parent3b68f156c6c97fcccaa4ed31b5e901e2fad95a81 (diff)
downloadksquirrel-f5a0e45e0510e355733e6390eb26efd704c990c4.tar.gz
ksquirrel-f5a0e45e0510e355733e6390eb26efd704c990c4.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'ksquirrel/sidebar/sq_previewwidget.cpp')
-rw-r--r--ksquirrel/sidebar/sq_previewwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/sidebar/sq_previewwidget.cpp b/ksquirrel/sidebar/sq_previewwidget.cpp
index 7a889f7..ee00de7 100644
--- a/ksquirrel/sidebar/sq_previewwidget.cpp
+++ b/ksquirrel/sidebar/sq_previewwidget.cpp
@@ -280,7 +280,7 @@ void SQ_PreviewWidget::slotDownloadResult(const KURL &url)
int w = finfo->image[0].w;
int h = finfo->image[0].h;
- dimstring = TQString::tqfromLatin1("%1x%2").tqarg(w).tqarg(h);
+ dimstring = TQString::fromLatin1("%1x%2").tqarg(w).tqarg(h);
const int wh = w * h;
unsigned char t;