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