From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kio/kfile/krecentdocument.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kio/kfile/krecentdocument.h') diff --git a/kio/kfile/krecentdocument.h b/kio/kfile/krecentdocument.h index 5ec06c162..6bbd3f654 100644 --- a/kio/kfile/krecentdocument.h +++ b/kio/kfile/krecentdocument.h @@ -28,7 +28,7 @@ #ifndef __KRECENTDOCUMENT_H #define __KRECENTDOCUMENT_H -#include +#include #include /** @@ -57,7 +57,7 @@ public: * sorted by date. * */ - static QStringList recentDocuments(); + static TQStringList recentDocuments(); /** * Add a new item to the Recent Document menu. @@ -74,7 +74,7 @@ public: * @param url The url to add. * @param desktopEntryName The desktopEntryName of the service to use for opening this document. */ - static void add(const KURL& url, const QString& desktopEntryName); + static void add(const KURL& url, const TQString& desktopEntryName); /** * @@ -83,7 +83,7 @@ public: * @param documentStr The full path to the document or URL to add. * @param isURL Set to @p true if @p documentStr is an URL and not a local file path. */ - static void add(const QString &documentStr, bool isURL = false); + static void add(const TQString &documentStr, bool isURL = false); /** * Clear the recent document menu of all entries. @@ -99,7 +99,7 @@ public: * Returns the path to the directory where recent document .desktop files * are stored. */ - static QString recentDocumentDirectory(); + static TQString recentDocumentDirectory(); }; #endif -- cgit v1.2.3