diff options
Diffstat (limited to 'akregator/src/akregator_view.h')
-rw-r--r-- | akregator/src/akregator_view.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/akregator_view.h b/akregator/src/akregator_view.h index cb3e032c7..4b9dcd13b 100644 --- a/akregator/src/akregator_view.h +++ b/akregator/src/akregator_view.h @@ -83,7 +83,7 @@ namespace Akregator { public: /** constructor - @param part the Akregator::Part which contains this widget + @param part the Akregator::Part which tqcontains this widget @param parent parent widget @param Actionmanager for this view @param name the name of the widget (@ref TQWidget ) @@ -104,7 +104,7 @@ namespace Akregator { bool importFeeds(const TQDomDocument& doc); /** Parse OPML presentation of feeds and read in articles archive, if present. If @c parent is @c NULL, the current - feed list is replaced by the parsed one + feed list is tqreplaced by the parsed one @param doc TQDomDocument generated from OPML @param parent The parent group the new nodes */ bool loadFeeds(const TQDomDocument& doc, Folder* parent = 0); @@ -133,7 +133,7 @@ namespace Akregator { void signalUnreadCountChanged(int); void setWindowCaption(const TQString&); - void setStatusBarText(const TQString&); + void seStatusBarText(const TQString&); void setProgress(int); void signalStarted(KIO::Job*); void signalCompleted(); @@ -195,7 +195,7 @@ namespace Akregator { void slotMouseOverInfo(const KFileItem *kifi); /** sets the status bar text to a given string */ - void slotStatusText(const TQString &); + void sloStatusText(const TQString &); void slotStarted(); void slotCanceled(const TQString &); |