summaryrefslogtreecommitdiffstats
path: root/khexedit/draglabel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/draglabel.cc')
-rw-r--r--khexedit/draglabel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/draglabel.cc b/khexedit/draglabel.cc
index 4f40110..b404f8e 100644
--- a/khexedit/draglabel.cc
+++ b/khexedit/draglabel.cc
@@ -104,7 +104,7 @@ void CDragLabel::prepPixmap( KURLDrag &uriDrag )
}
TQString text;
- int index = mUrl.tqfindRev( '/', mUrl.length() );
+ int index = mUrl.findRev( '/', mUrl.length() );
if( index < 0 )
{
text = mUrl;