diff options
Diffstat (limited to 'akregator/src/akregator_run.h')
-rw-r--r-- | akregator/src/akregator_run.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/akregator_run.h b/akregator/src/akregator_run.h index ad549786c..db257fed8 100644 --- a/akregator/src/akregator_run.h +++ b/akregator/src/akregator_run.h @@ -45,7 +45,7 @@ class BrowserRun : public KParts::BrowserRun EXTERNAL }; - BrowserRun(QWidget* mainWindow, Viewer* currentViewer, const KURL& url, const KParts::URLArgs& args, OpeningMode mode); + BrowserRun(TQWidget* mainWindow, Viewer* currentViewer, const KURL& url, const KParts::URLArgs& args, OpeningMode mode); virtual ~BrowserRun(); signals: @@ -53,7 +53,7 @@ class BrowserRun : public KParts::BrowserRun void signalOpenInViewer(const KURL&, Akregator::Viewer*, Akregator::BrowserRun::OpeningMode); protected: - virtual void foundMimeType(const QString& type); + virtual void foundMimeType(const TQString& type); private slots: void slotViewerDeleted(); |