diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-15 13:05:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 10:05:58 +0900 |
| commit | 397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch) | |
| tree | 0b41c33e457556bd2b9371788ddbce25263f00d6 /src/kernel/tqwidget_x11.cpp | |
| parent | 755d46927cc6a5719e695aeb8133be6897de62d8 (diff) | |
| download | tqt-397b7afa.tar.gz tqt-397b7afa.zip | |
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/tqwidget_x11.cpp')
| -rw-r--r-- | src/kernel/tqwidget_x11.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/kernel/tqwidget_x11.cpp b/src/kernel/tqwidget_x11.cpp index 2f90c4905..c8492c6e6 100644 --- a/src/kernel/tqwidget_x11.cpp +++ b/src/kernel/tqwidget_x11.cpp @@ -38,8 +38,8 @@ ** **********************************************************************/ -#include "ntqapplication.h" -#include "qapplication_p.h" +#include "tqapplication.h" +#include "tqapplication_p.h" #include "tqnamespace.h" #include "tqpaintdevicemetrics.h" #include "tqpainter.h" @@ -55,11 +55,11 @@ // NOT REVISED -// defined in qapplication_x11.cpp +// defined in tqapplication_x11.cpp extern Window qt_x11_wm_client_leader; extern void qt_x11_create_wm_client_leader(); -// defined in qapplication_x11.cpp +// defined in tqapplication_x11.cpp void qt_insert_sip( TQWidget*, int, int ); int qt_sip_count( TQWidget* ); bool qt_wstate_iconified( WId ); @@ -77,7 +77,7 @@ extern void qt_clear_paintevent_clipping(); extern bool qt_dnd_enable( TQWidget* w, bool on ); extern bool qt_nograb(); -// defined in qapplication_x11.cpp +// defined in tqapplication_x11.cpp extern void qt_deferred_map_add( TQWidget* ); extern void qt_deferred_map_take( TQWidget* ); extern bool qt_deferred_map_contains(TQWidget *); @@ -85,7 +85,7 @@ extern bool qt_deferred_map_contains(TQWidget *); static TQWidget *mouseGrb = 0; static TQWidget *keyboardGrb = 0; -// defined in qapplication_x11.cpp +// defined in tqapplication_x11.cpp extern Time tqt_x_time; extern Time tqt_x_user_time; @@ -104,7 +104,7 @@ int qt_x11_create_desktop_on_screen = -1; TQWidget member functions *****************************************************************************/ -// defined in qapplication_x11.cpp +// defined in tqapplication_x11.cpp extern Atom tqt_wm_state; extern Atom qt_wm_change_state; extern Atom tqt_wm_delete_window; @@ -157,7 +157,7 @@ extern Atom qt_enlightenment_desktop; extern Atom qt_net_virtual_roots; extern bool qt_broken_wm; -// defined in qapplication_x11.cpp +// defined in tqapplication_x11.cpp extern bool qt_net_supports(Atom); extern unsigned long *qt_net_virtual_root_list; @@ -835,7 +835,7 @@ void TQWidget::destroy( bool destroyWindow, bool destroySubWindows ) #endif setWinId( 0 ); - extern void qPRCleanup( TQWidget *widget ); // from qapplication_x11.cpp + extern void qPRCleanup( TQWidget *widget ); // from tqapplication_x11.cpp if ( testWState(WState_Reparented) ) qPRCleanup(this); @@ -2228,7 +2228,7 @@ void TQWidget::internalSetGeometry( int x, int y, int w, int h, bool isMove ) } if ( isResize ) { - // set config pending only on resize, see qapplication_x11.cpp, translateConfigEvent() + // set config pending only on resize, see tqapplication_x11.cpp, translateConfigEvent() setWState( WState_ConfigPending ); TQResizeEvent e( size(), oldSize ); |
