summaryrefslogtreecommitdiffstats
path: root/src/gvcore/imageviewtools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/imageviewtools.cpp')
-rw-r--r--src/gvcore/imageviewtools.cpp2
1 files changed, 1 insertions, 1 deletions
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));
}