From 397b7afa8e3f32268c4454bf4783ac2a5a799658 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 13:05:33 +0900 Subject: Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* Signed-off-by: Michele Calgaro --- src/kernel/tqobject.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kernel/tqobject.cpp') diff --git a/src/kernel/tqobject.cpp b/src/kernel/tqobject.cpp index 85c69f8ba..e37cf1481 100644 --- a/src/kernel/tqobject.cpp +++ b/src/kernel/tqobject.cpp @@ -39,7 +39,7 @@ **********************************************************************/ #include "tqvariant.h" -#include "ntqapplication.h" +#include "tqapplication.h" #include "tqobject.h" #include "tqobjectlist.h" #include "tqsignalslotimp.h" @@ -454,7 +454,7 @@ static TQCString qt_rmWS( const char *s ) } -// Event functions, implemented in qapplication_xxx.cpp +// Event functions, implemented in tqapplication_xxx.cpp int qStartTimer( int interval, TQObject *obj ); bool qKillTimer( int id ); -- cgit v1.2.3