diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 14:55:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:49 +0900 |
commit | ccbc1c3572fd0e26480c1432fff55d2909545538 (patch) | |
tree | 2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /examples/fileiconview | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt-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.doc | 2 | ||||
-rw-r--r-- | examples/fileiconview/qfileiconview.h | 4 |
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; |