summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/tdefilebookmarkhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdefile/tdefilebookmarkhandler.cpp')
-rw-r--r--tdeio/tdefile/tdefilebookmarkhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/tdefilebookmarkhandler.cpp b/tdeio/tdefile/tdefilebookmarkhandler.cpp
index d05a94541..ea97b8661 100644
--- a/tdeio/tdefile/tdefilebookmarkhandler.cpp
+++ b/tdeio/tdefile/tdefilebookmarkhandler.cpp
@@ -41,7 +41,7 @@ KFileBookmarkHandler::KFileBookmarkHandler( KFileDialog *dialog )
KBookmarkManager *manager = KBookmarkManager::managerForFile( file, false);
// import old bookmarks
- if ( !KStandardDirs::exists( file ) ) {
+ if ( !TDEStandardDirs::exists( file ) ) {
TQString oldFile = locate( "data", "tdefile/bookmarks.html" );
if ( !oldFile.isEmpty() )
importOldBookmarks( oldFile, manager );