summaryrefslogtreecommitdiffstats
path: root/libktorrent/ktorrent.kcfg
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-28 20:34:15 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-28 20:34:15 +0000
commit1c1403293485f35fd53db45aaa77a01cdd9627e7 (patch)
tree38559cd68cd4f63023fb5f6375def9db3b8b491e /libktorrent/ktorrent.kcfg
parent894f94545727610df22c4f73911d62d58266f695 (diff)
downloadktorrent-1c1403293485f35fd53db45aaa77a01cdd9627e7.tar.gz
ktorrent-1c1403293485f35fd53db45aaa77a01cdd9627e7.zip
TQt4 port ktorrent
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1238733 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libktorrent/ktorrent.kcfg')
-rw-r--r--libktorrent/ktorrent.kcfg14
1 files changed, 7 insertions, 7 deletions
diff --git a/libktorrent/ktorrent.kcfg b/libktorrent/ktorrent.kcfg
index 7d451b3..2d1e9b2 100644
--- a/libktorrent/ktorrent.kcfg
+++ b/libktorrent/ktorrent.kcfg
@@ -92,7 +92,7 @@
</entry>
<entry name="tempDir" type="String">
<label>Folder to store temporary files</label>
- <default code="true">QString::null</default>
+ <default code="true">TQString::null</default>
</entry>
<entry name="useSaveDir" type="Bool">
<label>Whether to automatically save downloads to saveDir</label>
@@ -100,7 +100,7 @@
</entry>
<entry name="saveDir" type="String">
<label>Folder to store downloaded files</label>
- <default code="true">QString::null</default>
+ <default code="true">TQString::null</default>
</entry>
<entry name="useCompletedDir" type="Bool">
<label>Whether to automatically move completed downloads to completedDir</label>
@@ -108,7 +108,7 @@
</entry>
<entry name="completedDir" type="String">
<label>Folder to move completed downloaded files to</label>
- <default code="true">QString::null</default>
+ <default code="true">TQString::null</default>
</entry>
<entry name="useTorrentCopyDir" type="Bool">
<label>Whether to automatically copy .torrent files to torrentCopyDir</label>
@@ -116,7 +116,7 @@
</entry>
<entry name="torrentCopyDir" type="String">
<label>Folder to copy .torrent files to</label>
- <default code="true">QString::null</default>
+ <default code="true">TQString::null</default>
</entry>
<entry name="useExternalIP" type="Bool">
<label>Whether to use a custom IP to pass to the tracker</label>
@@ -124,11 +124,11 @@
</entry>
<entry name="lastSaveDir" type="String">
<label>Directory which was used as the last save directory</label>
- <default code="true">QString::null</default>
+ <default code="true">TQString::null</default>
</entry>
<entry name="externalIP" type="String">
<label>IP to pass to the tracker</label>
- <default code="true">QString::null</default>
+ <default code="true">TQString::null</default>
</entry>
<entry name="memoryUsage" type="Int">
<label>Memory usage</label>
@@ -199,7 +199,7 @@
<default>false</default>
</entry>
<entry name="httpTrackerProxy" type="String">
- <default code="true">QString::null</default>
+ <default code="true">TQString::null</default>
</entry>
<entry name="eta" type="Int">
<label>ET algorithm</label>