summaryrefslogtreecommitdiffstats
path: root/kdeui/ksystemtray.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-05-03 17:16:22 -0500
committerSlávek Banko <slavek.banko@axis.cz>2013-05-05 19:26:38 +0200
commite80d466d7e4fd7b08fba2edd36aab8af27706e9c (patch)
treee8fc54db49bb9b70973bbe8dbab527a8597ffdd4 /kdeui/ksystemtray.cpp
parenta40d90b98203e83af363f6f40ceaac2329ebede5 (diff)
downloadtdelibs-e80d466d7e4fd7b08fba2edd36aab8af27706e9c.tar.gz
tdelibs-e80d466d7e4fd7b08fba2edd36aab8af27706e9c.zip
Fix incorrect positions and heights in open/save dialogs when nonstandard font sizes are in use
(cherry picked from commit c5463fddb10d24f0dd582765fdaf488075854d61)
Diffstat (limited to 'kdeui/ksystemtray.cpp')
-rw-r--r--kdeui/ksystemtray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/ksystemtray.cpp b/kdeui/ksystemtray.cpp
index 9d8d0b4fc..ceeac9be6 100644
--- a/kdeui/ksystemtray.cpp
+++ b/kdeui/ksystemtray.cpp
@@ -85,7 +85,7 @@ KSystemTray::KSystemTray( TQWidget* parent, const char* name )
TQT_TQOBJECT(this), TQT_SLOT( minimizeRestoreAction() ),
d->actionCollection, "minimizeRestore");
#ifdef Q_WS_X11
- KWin::WindowInfo info = KWin::windowInfo( parentWidget()->winId());
+ KWin::WindowInfo info = KWin::windowInfo( parentWidget()->winId() );
d->on_all_desktops = info.onAllDesktops();
#else
d->on_all_desktops = false;