diff options
Diffstat (limited to 'akregator/src/mainwindow.h')
-rw-r--r-- | akregator/src/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/mainwindow.h b/akregator/src/mainwindow.h index c88b08174..d8012d90b 100644 --- a/akregator/src/mainwindow.h +++ b/akregator/src/mainwindow.h @@ -85,7 +85,7 @@ public: */ void setupProgressWidgets(); - virtual void setCaption(const QString &); + virtual void setCaption(const TQString &); /** Loads the part @@ -95,7 +95,7 @@ public: public slots: void slotClearStatusText(); - void slotSetStatusBarText(const QString &c); + void slotSetStatusBarText(const TQString &c); protected: /** |