00001 #include "AboutDialog.h" 00002 00003 CAboutDialog::CAboutDialog() { 00004 setupUi(this); 00005 00006 connect(OkPushButton, SIGNAL( clicked() ), 00007 this, SLOT( close() )); 00008 }