#include #include #include "aboutdialog.h" #include "version.h" #include "settings.h" #include "mainwindow.h" extern Main *mainWindow; extern Settings settings; extern QString iconPath; AboutDialog::AboutDialog( QWidget *parent, const char *name) : QDialog( parent, name) { mainLayout=new QVBoxLayout( this, 10); tabs=new QTabWidget (this); credits=new AboutTextBrowser (this,"credits"); credits->setText ( "
" "

VYM - View Your Mind

" "

A tool to put the things you have got in your mind into a map.

" "

(c) by Uwe Drechsel (vym@InSilmaril.de)

" "

Version " __VYM_VERSION" - " __BUILD_DATE"

" "