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/bookmarks/kbookmarkimporter_opera.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'kio/bookmarks/kbookmarkimporter_opera.h') diff --git a/kio/bookmarks/kbookmarkimporter_opera.h b/kio/bookmarks/kbookmarkimporter_opera.h index b179f2f93..e87df2efe 100644 --- a/kio/bookmarks/kbookmarkimporter_opera.h +++ b/kio/bookmarks/kbookmarkimporter_opera.h @@ -21,9 +21,9 @@ #ifndef __kbookmarkimporter_opera_h #define __kbookmarkimporter_opera_h -#include -#include -#include +#include +#include +#include #include #include @@ -36,22 +36,22 @@ class KIO_EXPORT_DEPRECATED KOperaBookmarkImporter : public QObject { Q_OBJECT public: - KOperaBookmarkImporter( const QString & fileName ) : m_fileName(fileName) {} + KOperaBookmarkImporter( const TQString & fileName ) : m_fileName(fileName) {} ~KOperaBookmarkImporter() {} void parseOperaBookmarks(); // Usual place for Opera bookmarks - static QString operaBookmarksFile(); + static TQString operaBookmarksFile(); signals: - void newBookmark( const QString & text, const QCString & url, const QString & additionalInfo ); - void newFolder( const QString & text, bool open, const QString & additionalInfo ); + void newBookmark( const TQString & text, const TQCString & url, const TQString & additionalInfo ); + void newFolder( const TQString & text, bool open, const TQString & additionalInfo ); void newSeparator(); void endFolder(); protected: - QString m_fileName; + TQString m_fileName; }; /** @@ -63,7 +63,7 @@ class KIO_EXPORT KOperaBookmarkImporterImpl : public KBookmarkImporterBase public: KOperaBookmarkImporterImpl() { } virtual void parse(); - virtual QString findDefaultLocation(bool forSaving = false) const; + virtual TQString findDefaultLocation(bool forSaving = false) const; private: class KOperaBookmarkImporterImplPrivate *d; }; @@ -74,7 +74,7 @@ private: class KIO_EXPORT KOperaBookmarkExporterImpl : public KBookmarkExporterBase { public: - KOperaBookmarkExporterImpl(KBookmarkManager* mgr, const QString & filename) + KOperaBookmarkExporterImpl(KBookmarkManager* mgr, const TQString & filename) : KBookmarkExporterBase(mgr, filename) { ; } virtual ~KOperaBookmarkExporterImpl() {} -- cgit v1.2.3