diff options
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 ) { |
