summaryrefslogtreecommitdiffstats
path: root/libktorrent/functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/functions.cpp')
-rw-r--r--libktorrent/functions.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libktorrent/functions.cpp b/libktorrent/functions.cpp
index 3bc4f88..2bc76eb 100644
--- a/libktorrent/functions.cpp
+++ b/libktorrent/functions.cpp
@@ -17,7 +17,7 @@
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#include <qdatetime.h>
+#include <tqdatetime.h>
#include <klocale.h>
#include <kglobal.h>
#include <kstandarddirs.h>
@@ -28,9 +28,9 @@ using namespace bt;
namespace kt
{
- QString DataDir()
+ TQString DataDir()
{
- QString str = KGlobal::dirs()->saveLocation("data","ktorrent");
+ TQString str = KGlobal::dirs()->saveLocation("data","ktorrent");
if (!str.endsWith(bt::DirSeparator()))
return str + bt::DirSeparator();
else