diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2026-03-22 07:59:46 +0300 |
|---|---|---|
| committer | Fat-Zer <fatzer2@gmail.com> | 2026-03-23 09:24:10 +0000 |
| commit | 58fc40e34a14a4d9d264bbdb0ac27b5995c2f9d8 (patch) | |
| tree | 0b96831a1e6e8e9ed44bb8e263de745fd4183c7e /src/dialogs | |
| parent | cb18ad741b27057cef04d3dee81c4f753a38970f (diff) | |
| download | tqt-58fc40e34a14a4d9d264bbdb0ac27b5995c2f9d8.tar.gz tqt-58fc40e34a14a4d9d264bbdb0ac27b5995c2f9d8.zip | |
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 <fatzer2@gmail.com>
Diffstat (limited to 'src/dialogs')
| -rw-r--r-- | src/dialogs/tqdialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 <private/tqt_x11_p.h> #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 ) { |
