From 8cdde181c5f15a08fc79501de06f8f78f9e5bdf0 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Sat, 26 Apr 2008 03:33:41 +0000 Subject: [PATCH] signal typos svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801237 --- containment.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containment.cpp b/containment.cpp index 4af8c9233..d22c65324 100644 --- a/containment.cpp +++ b/containment.cpp @@ -569,9 +569,9 @@ void Containment::setScreen(int screen) #ifndef Q_OS_WIN // we want to listen to changes in work area if our screen changes if (d->screen < 0 && screen > -1) { - connect(KWindowSystem::self(), SIGNAL(workAreaChanged()), this, SLOT(positionToolbox())); + connect(KWindowSystem::self(), SIGNAL(workAreaChanged()), this, SLOT(positionToolBox())); } else if (screen < 0) { - disconnect(KWindowSystem::self(), SIGNAL(workAreaChanged()), this, SLOT(positionToolbox())); + disconnect(KWindowSystem::self(), SIGNAL(workAreaChanged()), this, SLOT(positionToolBox())); } #endif if (screen > -1 && corona()) {