summaryrefslogtreecommitdiffstats
path: root/akregator/src/librss/document.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-13 00:46:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-13 00:46:47 +0000
commit67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 (patch)
tree5f52a9eada2e9f3654fc327d7c14dfef570a6ecb /akregator/src/librss/document.h
parent2ee4bf4fd5eff93b2fbef0ff8e8063edffc5da5c (diff)
downloadtdepim-67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7.tar.gz
tdepim-67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7.zip
Initial conversion of kdepim to TQt
This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'akregator/src/librss/document.h')
-rw-r--r--akregator/src/librss/document.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/librss/document.h b/akregator/src/librss/document.h
index 55ac264cc..7a94e59d4 100644
--- a/akregator/src/librss/document.h
+++ b/akregator/src/librss/document.h
@@ -83,7 +83,7 @@ namespace RSS
/**
* RSS 0.90 and upwards
- * @return The title of the RSS document, or TQString::null if no
+ * @return The title of the RSS document, or TQString() if no
* title was available. This is often the name of the news source
* from which the RSS document was retrieved.
*/
@@ -91,7 +91,7 @@ namespace RSS
/**
* RSS 0.90 and upwards
- * @return The description of the RSS document, or TQString::null
+ * @return The description of the RSS document, or TQString()
* if no description was available. This is usually a short slogan
* or description of the news source from which the RSS document
* was retrieved.
@@ -158,7 +158,7 @@ namespace RSS
/**
* RSS 0.91 and upwards
* @return A copyright of the information contained in the RSS
- * document, or TQString::null if no copyright is available.
+ * document, or TQString() if no copyright is available.
*/
TQString copyright() const;
@@ -203,7 +203,7 @@ namespace RSS
* RSS 0.91 and upwards
* @return The email address of the webmaster for the site, the
* person to contact if there are technical problems with the
- * channel, or TQString::null if this information isn't available.
+ * channel, or TQString() if this information isn't available.
* @see managingEditor()
*/
TQString webMaster() const;