aboutsummaryrefslogtreecommitdiff
path: root/mappletrunner
diff options
context:
space:
mode:
Diffstat (limited to 'mappletrunner')
-rw-r--r--mappletrunner/mappletrunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mappletrunner/mappletrunner.cpp b/mappletrunner/mappletrunner.cpp
index 44140cde..ad420278 100644
--- a/mappletrunner/mappletrunner.cpp
+++ b/mappletrunner/mappletrunner.cpp
@@ -155,7 +155,7 @@ void MAppletRunner::setAppletProperties()
connect(widget, SIGNAL(setAppletText(QString)), this, SLOT(appletTextChanged(QString)));
}
- connect(this, SIGNAL(visibilityChanged(bool)), widget, SIGNAL(visibilityChanged(bool)));
+ connect(this, SIGNAL(visibilityChanged()), widget, SIGNAL(visibleChanged()));
connect(view, SIGNAL(orientationChanged(M::Orientation)), widget, SIGNAL(orientationChanged(M::Orientation)));
}