diff options
Diffstat (limited to 'apps/kttorinfo/main.cpp')
-rw-r--r-- | apps/kttorinfo/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/kttorinfo/main.cpp b/apps/kttorinfo/main.cpp index e33a763..2208f7f 100644 --- a/apps/kttorinfo/main.cpp +++ b/apps/kttorinfo/main.cpp @@ -18,7 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include <stdlib.h> -#include <qstring.h> +#include <tqstring.h> #include <util/log.h> #include <util/error.h> #include <torrent/globals.h> @@ -42,7 +42,7 @@ int main(int argc,char** argv) try { Torrent tor; - tor.load(argv[1],false); + tor.load(TQString(argv[1]),false); tor.debugPrintInfo(); } catch (Error & e) |