/* * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> * Released under the terms of the GNU GPL v2.0. */#include <qapplication.h>#include <qmainwindow.h>#include <qtoolbar.h>#include <qlayout.h>#include <qvbox.h>#include <qsplitter.h>#include <qlistview.h>#include <qtextbrowser.h>#include <qlineedit.h>#incl