summaryrefslogtreecommitdiffstats
path: root/kio/kfile/krecentdocument.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
commitffe8a83e053396df448e9413828527613ca3bd46 (patch)
treea73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kio/kfile/krecentdocument.h
parent682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff)
downloadtdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz
tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/kfile/krecentdocument.h')
-rw-r--r--kio/kfile/krecentdocument.h10
1 files changed, 5 insertions, 5 deletions
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 <qstring.h>
+#include <tqstring.h>
#include <kurl.h>
/**
@@ -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