diff options
Diffstat (limited to 'libktorrent/functions.cpp')
-rw-r--r-- | libktorrent/functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/functions.cpp b/libktorrent/functions.cpp index 2bc76eb..f57837d 100644 --- a/libktorrent/functions.cpp +++ b/libktorrent/functions.cpp @@ -30,7 +30,7 @@ namespace kt { TQString DataDir() { - TQString str = KGlobal::dirs()->saveLocation("data","ktorrent"); + TQString str = TDEGlobal::dirs()->saveLocation("data","ktorrent"); if (!str.endsWith(bt::DirSeparator())) return str + bt::DirSeparator(); else |