summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index cd3153c..bfab8c4 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -28,7 +28,7 @@ fbgui::fbgui()
/* Init JavaScript interface */
javascriptInterface* jsi = new javascriptInterface(webView->page()->mainFrame());
// this still looks bad..
- QObject::connect(jsi, SIGNAL(signalQuitAll()), this, SLOT(close()));
+ QObject::connect(jsi, SIGNAL(quitFbgui()), this, SLOT(close()));
QObject::connect(webView->page()->mainFrame(), SIGNAL(javaScriptWindowObjectCleared()),
jsi, SLOT(attachToDOM()));