From 896d42313d38e7e50de5832ab7b43995702dec46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 00:51:46 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- src/app/mainwindow.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/app/mainwindow.cpp') diff --git a/src/app/mainwindow.cpp b/src/app/mainwindow.cpp index 75a9d42..c159dd2 100644 --- a/src/app/mainwindow.cpp +++ b/src/app/mainwindow.cpp @@ -34,17 +34,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include #include #include -#include +#include #include #include #include #include #include -#include +#include #include #include #include -#include +#include #include #include #include @@ -1068,9 +1068,9 @@ void MainWindow::createObjectInteractions() { TQT_TQOBJECT(this), TQT_SLOT(openFileViewControllerContextMenu(const TQPoint&, bool)) ); // Bookmarks - TQString file = locate( "data", "kfile/bookmarks.xml" ); + TQString file = locate( "data", "tdefile/bookmarks.xml" ); if (file.isEmpty()) { - file = locateLocal( "data", "kfile/bookmarks.xml" ); + file = locateLocal( "data", "tdefile/bookmarks.xml" ); } KBookmarkManager* manager=KBookmarkManager::managerForFile(file,false); -- cgit v1.2.3