replace a SLOT macro with SIGNAL where a signal is triggered
[staging/HomeScreen.git] / HomeScreen / src / layouthandler.cpp
index 5109536..6aad54b 100644 (file)
@@ -33,7 +33,7 @@ LayoutHandler::LayoutHandler(QObject *parent) :
                                        "org.agl.windowmanager",
                                        "surfaceVisibilityChanged",
                                        this,
-                                       SLOT(surfaceVisibilityChanged(int,bool)));
+                                       SIGNAL(surfaceVisibilityChanged(int,bool)));
 }
 
 LayoutHandler::~LayoutHandler()