From 58fc40e34a14a4d9d264bbdb0ac27b5995c2f9d8 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Sun, 22 Mar 2026 07:59:46 +0300 Subject: Rename several symbols {qt=>tqt} 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 --- src/dialogs/tqdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dialogs/tqdialog.cpp') diff --git a/src/dialogs/tqdialog.cpp b/src/dialogs/tqdialog.cpp index efeb03abc..57e8386b3 100644 --- a/src/dialogs/tqdialog.cpp +++ b/src/dialogs/tqdialog.cpp @@ -676,8 +676,8 @@ extern "C" { int XSetTransientForHint( Display *, unsigned long, unsigned long ) #include #undef FocusIn // defined in tqapplication_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 ) { -- cgit v1.2.3