summaryrefslogtreecommitdiffstats
path: root/tools/assistant/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/assistant/main.cpp')
-rw-r--r--tools/assistant/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/main.cpp b/tools/assistant/main.cpp
index 9e3c9dae..4d2c82fc 100644
--- a/tools/assistant/main.cpp
+++ b/tools/assistant/main.cpp
@@ -332,7 +332,7 @@ int main( int argc, char ** argv )
else if ( file.isEmpty() )
mw->showLinks( links );
- a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( tquit() ) );
+ a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
int appExec = a.exec();
delete (MainWindow*)mw;