From 676f6ed378c861a872de8cfce3dd5efe1780f769 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:55:46 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 2b7143e0539396c75306f6e78bf0a5641ed1acfc. --- src/gvcore/imageviewtools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/imageviewtools.cpp') diff --git a/src/gvcore/imageviewtools.cpp b/src/gvcore/imageviewtools.cpp index da9044a..699868a 100644 --- a/src/gvcore/imageviewtools.cpp +++ b/src/gvcore/imageviewtools.cpp @@ -36,7 +36,7 @@ namespace Gwenview { // Helper function static TQCursor loadCursor(const TQString& name) { TQString path; - path=locate("data", TQString("gwenview/cursors/%1.png").arg(name)); + path=locate("data", TQString("gwenview/cursors/%1.png").tqarg(name)); return TQCursor(TQPixmap(path)); } -- cgit v1.2.1