From f4fae92b6768541e2952173c3d4b09040f95bf7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- akregator/src/akregator_view.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'akregator/src/akregator_view.h') 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 &); -- cgit v1.2.1