summaryrefslogtreecommitdiffstats
path: root/src/abakuscommon.h
blob: 8c5d440751715aa4ea69b7f83d90f9798cb13f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// header file for pch support.
#if defined __cplusplus

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

#include <tqlabel.h>
#include <tqregexp.h>
#include <tqtimer.h>

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

#endif