summaryrefslogtreecommitdiffstats
path: root/libk3b/cddb/k3bcddb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/cddb/k3bcddb.cpp')
-rw-r--r--libk3b/cddb/k3bcddb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/cddb/k3bcddb.cpp b/libk3b/cddb/k3bcddb.cpp
index 23da695..3a27113 100644
--- a/libk3b/cddb/k3bcddb.cpp
+++ b/libk3b/cddb/k3bcddb.cpp
@@ -187,7 +187,7 @@ K3bCddbQuery* K3bCddb::getQuery( const TQString& s )
}
m_httpQuery->setServer( server, port );
- m_httpQuery->setCgiPath( m_bUseManualCgiPath ? m_cgiPath : TQString::tqfromLatin1("/~cddb/cddb.cgi") );
+ m_httpQuery->setCgiPath( m_bUseManualCgiPath ? m_cgiPath : TQString::fromLatin1("/~cddb/cddb.cgi") );
return m_httpQuery;
}