diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2026-03-22 07:59:46 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2026-03-22 15:11:10 +0300 |
| commit | c2b71f4731c4ab2047a7ee3344894c1273c1131f (patch) | |
| tree | 763b0505421fd6576a5e6f160a9c3b6c50c98034 /src/dialogs/tqdialog.cpp | |
| parent | 1c019978b3fac649f4495fc21ef093104903f60b (diff) | |
| download | tqt-Fat-Zer/minor/refactoring.tar.gz tqt-Fat-Zer/minor/refactoring.zip | |
Rename several symbols {qt=>tqt}Fat-Zer/minor/refactoring
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/tqdialog.cpp')
| -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 ) { |
