diff options
Diffstat (limited to 'akregator/src/articlelistview.h')
-rw-r--r-- | akregator/src/articlelistview.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/akregator/src/articlelistview.h b/akregator/src/articlelistview.h index d38f90267..5dbc08044 100644 --- a/akregator/src/articlelistview.h +++ b/akregator/src/articlelistview.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 AKREGATORARTICLELISTVIEW_H #define AKREGATORARTICLELISTVIEW_H @@ -43,8 +43,9 @@ namespace Akregator class ArticleListView : public KListView { Q_OBJECT + TQ_OBJECT public: - ArticleListView(TQWidget *parent = 0, const char *name = 0); + ArticleListView(TQWidget *tqparent = 0, const char *name = 0); virtual ~ArticleListView(); /** returns the current article, or a null article if there is none */ |