summaryrefslogtreecommitdiffstats
path: root/examples/fileiconview
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 14:55:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-12 19:18:49 +0900
commitccbc1c3572fd0e26480c1432fff55d2909545538 (patch)
tree2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /examples/fileiconview
parent0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff)
downloadtqt-ccbc1c35.tar.gz
tqt-ccbc1c35.zip
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/fileiconview')
-rw-r--r--examples/fileiconview/fileiconview.doc2
-rw-r--r--examples/fileiconview/qfileiconview.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/fileiconview/fileiconview.doc b/examples/fileiconview/fileiconview.doc
index 0bce6c406..640b2f5f8 100644
--- a/examples/fileiconview/fileiconview.doc
+++ b/examples/fileiconview/fileiconview.doc
@@ -6,7 +6,7 @@
\title Simple Filemanager
This example implements a simple and not fully functional file manager using
- a widget derived from QIconView to display the current directory.
+ a widget derived from TQIconView to display the current directory.
To display the directory tree the
widget written in the <a href="dirview-example.html">dirview</a> example is
used.
diff --git a/examples/fileiconview/qfileiconview.h b/examples/fileiconview/qfileiconview.h
index 3c5083e6f..9b9b626ae 100644
--- a/examples/fileiconview/qfileiconview.h
+++ b/examples/fileiconview/qfileiconview.h
@@ -11,12 +11,12 @@
#define TQTFILEICONVIEW_H
-#include <ntqiconset.h>
+#include <tqiconset.h>
#include <tqstring.h>
#include <ntqfileinfo.h>
#include <ntqdir.h>
#include <ntqtimer.h>
-#include <ntqiconview.h>
+#include <tqiconview.h>
class TQtFileIconView;
class TQDragObject;