diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /src/kernel/qapplication_x11.cpp | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qapplication_x11.cpp')
-rw-r--r-- | src/kernel/qapplication_x11.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp index 125f1fa21..56ba9aefa 100644 --- a/src/kernel/qapplication_x11.cpp +++ b/src/kernel/qapplication_x11.cpp @@ -65,11 +65,11 @@ #include "qapplication_p.h" #include "qcolor_p.h" #include "ntqcursor.h" -#include "ntqwidget.h" -#include "qwidget_p.h" +#include "tqwidget.h" +#include "tqwidget_p.h" #include "tqobjectlist.h" -#include "ntqwidgetlist.h" -#include "ntqwidgetintdict.h" +#include "tqwidgetlist.h" +#include "tqwidgetintdict.h" #include "ntqbitarray.h" #include "ntqpainter.h" #include "ntqpixmapcache.h" @@ -5952,7 +5952,7 @@ static Bool qt_net_wm_sync_request_scanner(Display*, XEvent* event, XPointer arg bool TQETWidget::translateConfigEvent( const XEvent *event ) { - // config pending is only set on resize, see qwidget_x11.cpp, internalSetGeometry() + // config pending is only set on resize, see tqwidget_x11.cpp, internalSetGeometry() bool was_resize = testWState( WState_ConfigPending ); clearWState(WState_ConfigPending); |