diff options
Diffstat (limited to 'kmail/searchwindow.cpp')
-rw-r--r-- | kmail/searchwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/searchwindow.cpp b/kmail/searchwindow.cpp index eac720214..dc226b9b0 100644 --- a/kmail/searchwindow.cpp +++ b/kmail/searchwindow.cpp @@ -125,7 +125,7 @@ SearchWindow::SearchWindow(KMMainWidget* w, const char* name, // HACK - KWin keeps all dialogs on top of their mainwindows, but that's probably // wrong (#76026), and should be done only for modals. CVS HEAD should get // proper fix in KWin (l.lunak@kde.org) - XDeleteProperty( qt_xdisplay(), winId(), XA_WM_TRANSIENT_FOR ); + XDeleteProperty( tqt_xdisplay(), winId(), XA_WM_TRANSIENT_FOR ); #endif KWin::setIcons(winId(), kapp->icon(), kapp->miniIcon()); |