summaryrefslogtreecommitdiffstats
path: root/libktorrent/datachecker/singledatachecker.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/datachecker/singledatachecker.h')
-rw-r--r--libktorrent/datachecker/singledatachecker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/datachecker/singledatachecker.h b/libktorrent/datachecker/singledatachecker.h
index 20107b3..3b86829 100644
--- a/libktorrent/datachecker/singledatachecker.h
+++ b/libktorrent/datachecker/singledatachecker.h
@@ -36,7 +36,7 @@ namespace bt
SingleDataChecker();
virtual ~SingleDataChecker();
- virtual void check(const QString& path, const Torrent& tor,const QString & dnddir);
+ virtual void check(const TQString& path, const Torrent& tor,const TQString & dnddir);
};
}