summaryrefslogtreecommitdiffstats
path: root/akregator/src/librss/category.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/librss/category.cpp')
-rw-r--r--akregator/src/librss/category.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/librss/category.cpp b/akregator/src/librss/category.cpp
index 6dc63d3b..c020655c 100644
--- a/akregator/src/librss/category.cpp
+++ b/akregator/src/librss/category.cpp
@@ -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.
*/
#include "category.h"
@@ -116,12 +116,12 @@ bool Category::operator==(const Category &other) const
TQString Category::category() const
{
- return !d->isNull ? d->category : TQString::null;
+ return !d->isNull ? d->category : TQString();
}
TQString Category::domain() const
{
- return !d->isNull ? d->domain : TQString::null;
+ return !d->isNull ? d->domain : TQString();
}
} // namespace RSS