src/AboutDialog/AboutDialog.cpp

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

Generated on Fri Feb 29 10:20:46 2008 for QConfigControl by  doxygen 1.5.4