summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqeventloop.h
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2024-03-12 01:19:14 +0300
committerAlexander Golubev <fatzer2@gmail.com>2024-03-14 00:11:47 +0300
commitf7642b09c9e61f71e434aeb0ceb330d2ccaa25db (patch)
tree24caf3ca34bc91f4c3ea20b8fc436fdd71c44925 /src/kernel/ntqeventloop.h
parentfa4475f36d6404a70d760ca95ac6a986a8846a3f (diff)
downloadtqt-f7642b09c9e61f71e434aeb0ceb330d2ccaa25db.tar.gz
tqt-f7642b09c9e61f71e434aeb0ceb330d2ccaa25db.zip
TQT_THREAD_SUPPORT->!TQT_NO_THREAD: migrate sources
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'src/kernel/ntqeventloop.h')
-rw-r--r--src/kernel/ntqeventloop.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/kernel/ntqeventloop.h b/src/kernel/ntqeventloop.h
index deca8d061..029095253 100644
--- a/src/kernel/ntqeventloop.h
+++ b/src/kernel/ntqeventloop.h
@@ -59,10 +59,6 @@ struct timeval; //stdc struct
struct TimerInfo; //internal structure (qeventloop_mac.cpp)
#endif
-#if defined(TQT_THREAD_SUPPORT)
-class TQMutex;
-#endif // TQT_THREAD_SUPPORT
-
class TQ_EXPORT TQEventLoop : public TQObject
{