summaryrefslogtreecommitdiffstats
path: root/templates/basic/basicapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'templates/basic/basicapp.py')
-rw-r--r--templates/basic/basicapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/basic/basicapp.py b/templates/basic/basicapp.py
index 44858c9..4a897cc 100644
--- a/templates/basic/basicapp.py
+++ b/templates/basic/basicapp.py
@@ -54,5 +54,5 @@ TDECmdLineArgs.init (sys.argv, aboutData)
app = TDEApplication ()
mainWindow = MainWin (None, "main window")
mainWindow.show()
-app.connect (app, SIGNAL ("lastWindowClosed ()"), app.quit)
+app.connect (app, SIGNAL ("lastWindowClosed()"), app.quit)
app.exec_loop()