summaryrefslogtreecommitdiffstats
path: root/kmail/filterlogdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/filterlogdlg.cpp')
-rw-r--r--kmail/filterlogdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/filterlogdlg.cpp b/kmail/filterlogdlg.cpp
index fef3b89c..911f85a4 100644
--- a/kmail/filterlogdlg.cpp
+++ b/kmail/filterlogdlg.cpp
@@ -159,7 +159,7 @@ FilterLogDialog::FilterLogDialog( TQWidget * parent )
// 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 (see also searchwindow.cpp)
- XDeleteProperty( qt_xdisplay(), winId(), XA_WM_TRANSIENT_FOR );
+ XDeleteProperty( tqt_xdisplay(), winId(), XA_WM_TRANSIENT_FOR );
#endif
}