comparison main/MainWindow.cpp @ 105:0581d552481d

* remove some debug and some obsolete moc file includes
author Chris Cannam
date Mon, 26 Feb 2007 14:55:08 +0000
parents efc8b5da414a
children dd11619b73ba
comparison
equal deleted inserted replaced
104:efc8b5da414a 105:0581d552481d
4491 "COPYING included with this distribution for more information.</p>"; 4491 "COPYING included with this distribution for more information.</p>";
4492 4492
4493 QMessageBox::about(this, tr("About Sonic Visualiser"), aboutText); 4493 QMessageBox::about(this, tr("About Sonic Visualiser"), aboutText);
4494 } 4494 }
4495 4495
4496
4497 #ifdef INCLUDE_MOCFILES
4498 #include "MainWindow.moc.cpp"
4499 #endif