summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_viewcache.ui.h
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/sq_viewcache.ui.h
parent3b68f156c6c97fcccaa4ed31b5e901e2fad95a81 (diff)
downloadksquirrel-f5a0e45e0510e355733e6390eb26efd704c990c4.tar.gz
ksquirrel-f5a0e45e0510e355733e6390eb26efd704c990c4.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'ksquirrel/sq_viewcache.ui.h')
-rw-r--r--ksquirrel/sq_viewcache.ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksquirrel/sq_viewcache.ui.h b/ksquirrel/sq_viewcache.ui.h
index 5066e05..6b8b98a 100644
--- a/ksquirrel/sq_viewcache.ui.h
+++ b/ksquirrel/sq_viewcache.ui.h
@@ -31,10 +31,10 @@ void SQ_ViewCache::init()
if(itemafter)
item = new TQListViewItem(listCache, itemafter, s,
- TQString(), TQString::tqfromLatin1("%1x%2").tqarg(th.w).tqarg(th.h));
+ TQString(), TQString::fromLatin1("%1x%2").tqarg(th.w).tqarg(th.h));
else
item = new TQListViewItem(listCache, s,
- TQString(), TQString::tqfromLatin1("%1x%2").tqarg(th.w).tqarg(th.h));
+ TQString(), TQString::fromLatin1("%1x%2").tqarg(th.w).tqarg(th.h));
item->setPixmap(1, it.data().mime);