// header file for pch support.
#if defined __cplusplus

#include <kapplication.h>
#include <kdebug.h>
#include <kpushbutton.h>
#include <kconfig.h>
#include <kglobal.h>
#include <klocale.h>
#include <kcombobox.h>
#include <kpopupmenu.h>
#include <kaction.h>

#include <qlabel.h>
#include <qregexp.h>
#include <qtimer.h>

#include "function.h"
#include "node.h"
#include "valuemanager.h"

#endif


syntax highlighted by Code2HTML, v. 0.9.1