From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/widgets/kdevhtmlpart.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/widgets/kdevhtmlpart.h') diff --git a/lib/widgets/kdevhtmlpart.h b/lib/widgets/kdevhtmlpart.h index 944f1e9b..465fb0a3 100644 --- a/lib/widgets/kdevhtmlpart.h +++ b/lib/widgets/kdevhtmlpart.h @@ -3,7 +3,7 @@ #include -#include +#include #include @@ -23,7 +23,7 @@ struct DocumentationHistoryEntry { DocumentationHistoryEntry() {} DocumentationHistoryEntry( const KURL& u ): url( u ) { - id = abs( QTime::currentTime().msecsTo( QTime() ) ); // nasty, but should provide a reasonably unique number + id = abs( TQTime::currentTime().msecsTo( TQTime() ) ); // nasty, but should provide a reasonably unique number } }; @@ -52,10 +52,10 @@ public: KDevHTMLPart(); - void setContext(const QString &context); - QString context() const; + void setContext(const TQString &context); + TQString context() const; virtual bool openURL(const KURL &url); - static QString resolveEnvVarsInURL(const QString& url); + static TQString resolveEnvVarsInURL(const TQString& url); void setOptions(int options) { m_options = options; } @@ -66,10 +66,10 @@ protected slots: void slotStarted(KIO::Job *); void slotCompleted(); - void slotCancelled(const QString &errMsg); + void slotCancelled(const TQString &errMsg); void openURLRequest(const KURL &url); - void popup( const QString & url, const QPoint & p ); + void popup( const TQString & url, const TQPoint & p ); void slotReload(); void slotStop(); @@ -90,15 +90,15 @@ protected slots: private: - QValueList< DocumentationHistoryEntry > m_history; - QValueList< DocumentationHistoryEntry >::Iterator m_Current; + TQValueList< DocumentationHistoryEntry > m_history; + TQValueList< DocumentationHistoryEntry >::Iterator m_Current; KToolBarPopupAction* m_backAction; KToolBarPopupAction* m_forwardAction; bool m_restoring; - QString m_context; + TQString m_context; KAction *stopAction; KAction *reloadAction; KAction *duplicateAction; -- cgit v1.2.3