/* * 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>#include<qlabel.h>#include<qpushbutton.h>#include<qmenubar.h>#include<qmessagebox.h>#include<qaction.h>#include<qheader.h>#include<qfiledialog.h>#include<qdragobject.h>#include<qregexp.h>#include<stdlib.h>#include"lkc.h"#include"qconf.h"#include"qconf.moc"#include"images.c"#ifdef _# undef _# define _ qgettext#endifstaticQApplication*configApp;