diff options
Diffstat (limited to 'konqueror/keditbookmarks/commands.cpp')
-rw-r--r-- | konqueror/keditbookmarks/commands.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/konqueror/keditbookmarks/commands.cpp b/konqueror/keditbookmarks/commands.cpp index f69c01ca5..eefe5bff6 100644 --- a/konqueror/keditbookmarks/commands.cpp +++ b/konqueror/keditbookmarks/commands.cpp @@ -1,5 +1,3 @@ -// -*- indent-tabs-mode:nil -*- -// vim: set ts=4 sts=4 sw=4 et: /* This file is part of the KDE project Copyright (C) 2000 David Faure <faure@kde.org> Copyright (C) 2002-2003 Alexander Kellett <lypanov@kde.org> @@ -36,7 +34,7 @@ #include <kbookmarkmanager.h> #include <kurldrag.h> -#include <kdesktopfile.h> +#include <tdedesktopfile.h> TQString KEBMacroCommand::affectedBookmarks() const { @@ -667,7 +665,7 @@ KEBMacroCommand* CmdGen::insertMimeSource( urlBks << KBookmark::standaloneBookmark((*uit).prettyURL(), (*uit)); continue; } - KDesktopFile df((*uit).path(), true); + TDEDesktopFile df((*uit).path(), true); TQString title = df.readName(); KURL url(df.readURL()); if (title.isNull()) |