From 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Jun 2024 21:53:17 +0900 Subject: Rename date and time nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/fileiconview-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/fileiconview-example.html') diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html index 23ec51495..32e99f476 100644 --- a/doc/html/fileiconview-example.html +++ b/doc/html/fileiconview-example.html @@ -58,7 +58,7 @@ used. #include <tqstring.h> #include <ntqfileinfo.h> #include <ntqdir.h> -#include <ntqtimer.h> +#include <tqtimer.h> #include <tqiconview.h> class TQtFileIconView; @@ -204,7 +204,7 @@ protected: TQFileInfo *itemFileInfo; ItemType itemType; bool checkSetText; - TQTimer timer; + TQTimer timer; TQtFileIconView::ViewMode vm; }; -- cgit v1.2.3