diff options
Diffstat (limited to 'libktorrent/functions.h')
-rw-r--r-- | libktorrent/functions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/functions.h b/libktorrent/functions.h index 02f7870..f6bd8dd 100644 --- a/libktorrent/functions.h +++ b/libktorrent/functions.h @@ -20,7 +20,7 @@ #ifndef FUNCTIONS_H #define FUNCTIONS_H -#include <qstring.h> +#include <tqstring.h> #include <util/constants.h> namespace kt @@ -29,7 +29,7 @@ namespace kt * Will return the data directory * @return ~/.kde/share/apps/ktorrent/ */ - QString DataDir(); + TQString DataDir(); } #endif |