diff options
Diffstat (limited to 'akregator/src/mainwindow.h')
-rw-r--r-- | akregator/src/mainwindow.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/akregator/src/mainwindow.h b/akregator/src/mainwindow.h index 843062829..e21e330f6 100644 --- a/akregator/src/mainwindow.h +++ b/akregator/src/mainwindow.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef _AKREGATOR_H_ @@ -54,6 +54,7 @@ class MainWindow; class BrowserInterface : public KParts::BrowserInterface { Q_OBJECT + TQ_OBJECT public: BrowserInterface(Akregator::MainWindow *shell, const char *name ); @@ -72,6 +73,7 @@ private: class MainWindow : public KParts::MainWindow { Q_OBJECT + TQ_OBJECT public: MainWindow(); |