diff options
Diffstat (limited to 'python/pykde/extra/kde310/krecentdirs.h')
-rw-r--r-- | python/pykde/extra/kde310/krecentdirs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/pykde/extra/kde310/krecentdirs.h b/python/pykde/extra/kde310/krecentdirs.h index 71f771b1..61a50706 100644 --- a/python/pykde/extra/kde310/krecentdirs.h +++ b/python/pykde/extra/kde310/krecentdirs.h @@ -28,7 +28,7 @@ #ifndef __KRECENTDIRS_H #define __KRECENTDIRS_H -#include <qstringlist.h> +#include <tqstringlist.h> /** * The goal of this class is to make sure that, when the user needs to @@ -52,17 +52,17 @@ public: * Returns a list of directories associated with this file-class. * The most recently used directory is at the front of the list. */ - static QStringList list(const QString &fileClass); + static TQStringList list(const TQString &fileClass); /** * Returns the most recently used directory accociated with this file-class. */ - static QString dir(const QString &fileClass); + static TQString dir(const TQString &fileClass); /** * Associates @p directory with @p fileClass */ - static void add(const QString &fileClass, const QString &directory); + static void add(const TQString &fileClass, const TQString &directory); }; #endif |