diff options
Diffstat (limited to 'libkonq/konq_filetip.cc')
-rw-r--r-- | libkonq/konq_filetip.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkonq/konq_filetip.cc b/libkonq/konq_filetip.cc index 03f7d64bf..fe1092f4c 100644 --- a/libkonq/konq_filetip.cc +++ b/libkonq/konq_filetip.cc @@ -136,7 +136,7 @@ void KonqFileTip::reposition() // 4+: none m_corner = 0; // should the tooltip be shown to the left or to the right of the ivi ? - TQRect desk = KGlobalSettings::desktopGeometry(rect.center()); + TQRect desk = TDEGlobalSettings::desktopGeometry(rect.center()); if (rect.center().x() + width() > desk.right()) { // to the left |