diff options
Diffstat (limited to 'akregator/src/article.h')
-rw-r--r-- | akregator/src/article.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/article.h b/akregator/src/article.h index 4b4d480e6..8d1baa2a5 100644 --- a/akregator/src/article.h +++ b/akregator/src/article.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 AKREGATOR_ARTICLE_H @@ -57,7 +57,7 @@ namespace Akregator class Article { public: - enum Status { Unread=0, Read, New }; + enum tqStatus { Unread=0, Read, New }; typedef TQValueList<Article> List; Article(); @@ -80,7 +80,7 @@ namespace Akregator bool isNull() const; int status() const; - void seStatus(int s); + void setqStatus(int s); void offsetPubDate(int secs); |