diff options
Diffstat (limited to 'akregator/src/pageviewer.h')
-rw-r--r-- | akregator/src/pageviewer.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/akregator/src/pageviewer.h b/akregator/src/pageviewer.h index 68001d80c..357f5a4ac 100644 --- a/akregator/src/pageviewer.h +++ b/akregator/src/pageviewer.h @@ -41,7 +41,7 @@ namespace Akregator { Q_OBJECT public: - PageViewer(QWidget* parent, const char* name); + PageViewer(TQWidget* parent, const char* name); virtual ~PageViewer(); virtual bool openURL(const KURL &url); @@ -49,12 +49,12 @@ namespace Akregator class HistoryEntry; void addHistoryEntry(const KURL& url); - void restoreHistoryEntry(const QValueList<HistoryEntry>::Iterator& entry); + void restoreHistoryEntry(const TQValueList<HistoryEntry>::Iterator& entry); void updateHistoryEntry(); protected slots: - void slotSetCaption(const QString& cap); + void slotSetCaption(const TQString& cap); void slotBack(); void slotForward(); void slotReload(); @@ -64,19 +64,19 @@ namespace Akregator void slotStarted(KIO::Job *); void slotCompleted(); - void slotCancelled(const QString &errMsg); + void slotCancelled(const TQString &errMsg); void slotBackAboutToShow(); void slotForwardAboutToShow(); void slotPopupActivated( int id ); - virtual void slotPopupMenu(KXMLGUIClient*, const QPoint&, const KURL&, const KParts::URLArgs&, KParts::BrowserExtension::PopupFlags, mode_t); + virtual void slotPopupMenu(KXMLGUIClient*, const TQPoint&, const KURL&, const KParts::URLArgs&, KParts::BrowserExtension::PopupFlags, mode_t); void slotGlobalBookmarkArticle(); virtual void slotOpenURLRequest(const KURL& url, const KParts::URLArgs& args); - virtual void urlSelected(const QString &url, int button, int state, const QString &_target, KParts::URLArgs args); + virtual void urlSelected(const TQString &url, int button, int state, const TQString &_target, KParts::URLArgs args); signals: - void setTabIcon(const QPixmap&); + void setTabIcon(const TQPixmap&); private: class PageViewerPrivate; |