summaryrefslogtreecommitdiffstats
path: root/akregator/src/articleviewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/articleviewer.h')
-rw-r--r--akregator/src/articleviewer.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/akregator/src/articleviewer.h b/akregator/src/articleviewer.h
index 0839c446..7d756262 100644
--- a/akregator/src/articleviewer.h
+++ b/akregator/src/articleviewer.h
@@ -19,8 +19,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 ARTICLEVIEWER_H
@@ -48,9 +48,10 @@ namespace Akregator
class ArticleViewer : public Viewer
{
Q_OBJECT
+ TQ_OBJECT
public:
/** Constructor */
- ArticleViewer(TQWidget* parent, const char* name);
+ ArticleViewer(TQWidget* tqparent, const char* name);
virtual ~ArticleViewer();
virtual bool openURL(const KURL &url);