summaryrefslogtreecommitdiffstats
path: root/libktorrent/torrent/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/torrent/globals.h')
-rw-r--r--libktorrent/torrent/globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/torrent/globals.h b/libktorrent/torrent/globals.h
index 7cfe3f5..16de41e 100644
--- a/libktorrent/torrent/globals.h
+++ b/libktorrent/torrent/globals.h
@@ -22,7 +22,7 @@
#include <util/constants.h>
-class QString;
+class TQString;
namespace net
{
@@ -46,7 +46,7 @@ namespace bt
public:
virtual ~Globals();
- void initLog(const QString & file);
+ void initLog(const TQString & file);
void initServer(Uint16 port);
void setDebugMode(bool on) {debug_mode = on;}
bool isDebugModeSet() const {return debug_mode;}