summaryrefslogtreecommitdiffstats
path: root/src/dialogs/qdialog.cpp
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2026-03-22 07:59:46 +0300
committerAlexander Golubev <fatzer2@gmail.com>2026-03-23 12:26:09 +0300
commit5b6ab2acd52b3885cd310a404fb491f573e35eb8 (patch)
tree40cf5e932263afa73f9b5f92f363ef545fc7c6ca /src/dialogs/qdialog.cpp
parent457bcc975eea57d93dcfb417fe13c7bcfe4eb026 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Rename several symbols {qt=>tqt}r14.1.x
Symbols renamed: * {qt=>tqt}_desktopwidget_update_workarea * {qt=>tqt}_desktopwidget_workarea_dirty * {qt=>tqt}_net_supports() * {qt=>tqt}_net_* * {qt=>tqt}_x11_create_desktop_on_screen All those are internal symbols; the changes don't affect API/ABI. No additional changes required. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 58fc40e34a14a4d9d264bbdb0ac27b5995c2f9d8)
Diffstat (limited to 'src/dialogs/qdialog.cpp')
-rw-r--r--src/dialogs/qdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dialogs/qdialog.cpp b/src/dialogs/qdialog.cpp
index cc717bf27..3a662fc1b 100644
--- a/src/dialogs/qdialog.cpp
+++ b/src/dialogs/qdialog.cpp
@@ -676,8 +676,8 @@ extern "C" { int XSetTransientForHint( Display *, unsigned long, unsigned long )
#include <private/qt_x11_p.h>
#undef FocusIn
// defined in qapplication_x11.cpp
-extern Atom qt_net_wm_full_placement;
-extern bool qt_net_supports(Atom atom);
+extern Atom tqt_net_wm_full_placement;
+extern bool tqt_net_supports(Atom atom);
#endif // TQ_WS_X11
/*!
@@ -699,7 +699,7 @@ void TQDialog::show()
if ( !did_resize )
adjustSize();
- if( !qt_net_supports( qt_net_wm_full_placement )) {
+ if( !tqt_net_supports( tqt_net_wm_full_placement )) {
if ( has_relpos && !did_move ) {
adjustPositionInternal( parentWidget(), true );
} else if ( !did_move ) {