Index: trunk/BNC/bncmain.cpp
===================================================================
--- trunk/BNC/bncmain.cpp	(revision 3004)
+++ trunk/BNC/bncmain.cpp	(revision 3005)
@@ -54,5 +54,5 @@
 void catch_signal(int) {
   cout << "Program Interrupted by Ctrl-C" << endl;
-  ((bncApp*)qApp)->slotQuit();
+  exit(0);
 }
 
