summaryrefslogtreecommitdiffstats
path: root/dcoprss/query.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dcoprss/query.cpp')
-rw-r--r--dcoprss/query.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoprss/query.cpp b/dcoprss/query.cpp
index 9c324890..b3d48eaf 100644
--- a/dcoprss/query.cpp
+++ b/dcoprss/query.cpp
@@ -113,7 +113,7 @@ void QueryService::getCategories( const TQString &category )
kdDebug() << "QueryService::getCategories()" << endl;
if ( category == "Top" ) {
- cachedCall( "syndic8.GetCategoryRoots", Server::toVariantList( TQString::fromLatin1( "DMOZ" ) ),
+ cachedCall( "syndic8.GetCategoryRoots", Server::toVariantList( TQString::tqfromLatin1( "DMOZ" ) ),
TQT_SLOT( slotGotCategories( const KXMLRPC::Query::Result & ) ) );
} else {
TQStringList args;