summaryrefslogtreecommitdiffstats
path: root/doc/html/fileiconview-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/fileiconview-example.html')
-rw-r--r--doc/html/fileiconview-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html
index 31f08c41..ca8f672c 100644
--- a/doc/html/fileiconview-example.html
+++ b/doc/html/fileiconview-example.html
@@ -508,7 +508,7 @@ static void cleanup()
{
TQIconDrag::<a href="qicondrag.html#append">append</a>( item, pr, tr );
<a href="ntqstring.html">TQString</a> ourUrl = url;
-#ifdef Q_WS_WIN
+#ifdef TQ_WS_WIN
if (ourUrl.<a href="ntqstring.html#length">length</a>() &gt; 2 &amp;&amp; ourUrl[1] != ':') {
<a href="ntqdir.html">TQDir</a> dir(ourUrl);
<a name="x810"></a> ourUrl = dir.<a href="ntqdir.html#absPath">absPath</a>();