# HG changeset patch # User jhilmer # Date 1124213254 0 # Node ID 47cd4ae3000075497d671ea1d7ca65eb5ed040f0 # Parent 8429b60b68e6575c74a055e798768684a4c8302c Fixed link handling in aboutdialog diff -r 8429b60b68e6 -r 47cd4ae30000 aboutdialog.cpp --- a/aboutdialog.cpp Tue Aug 16 17:26:55 2005 +0000 +++ b/aboutdialog.cpp Tue Aug 16 17:27:34 2005 +0000 @@ -1,67 +1,85 @@ +/* emacs: -*- Mode: C; c-style: "bsd"; c-basic-offset: 4; c-recognize-knr-p: nil; -*- */ + +#include +#include + #include "aboutdialog.h" #include "version.h" +#include "settings.h" +#include "mainwindow.h" -#include "icons/vym-48x48.xpm" +extern Main *mainWindow; +extern Settings settings; AboutDialog::AboutDialog( QWidget *parent, const char *name) : QDialog( parent, name) { - mainLayout=new QVBoxLayout( this); + + mainLayout=new QVBoxLayout( this, 10); - tabs=new QTabWidget (this); + tabs=new QTabWidget (this); + credits=new AboutTextBrowser (this,"credits"); - credits=new QTextBrowser (this,"credits"); - - - credits->setText ( - "

VYM - View Your Mind

" - "

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

" - "