summaryrefslogtreecommitdiffstats
path: root/kjots/KJotsMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjots/KJotsMain.cpp')
-rw-r--r--kjots/KJotsMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjots/KJotsMain.cpp b/kjots/KJotsMain.cpp
index 695ab5a..28335ff 100644
--- a/kjots/KJotsMain.cpp
+++ b/kjots/KJotsMain.cpp
@@ -827,7 +827,7 @@ void KJotsMain::jumpToBookmark(const TQString& bookmark)
KMessageBox::information(this,
i18n("This bookmark is from an older version of KJots and is not fully supported. It may or may not work. You should delete and recreate this bookmark."), TQString(), "oldBookmarkWarning");
- int slash = bookmark.tqfindRev('/');
+ int slash = bookmark.findRev('/');
if (slash != -1)
{