summaryrefslogtreecommitdiffstats
path: root/src/abakuscommon.h
blob: e58fbae073d24155439fe6e04c00b7fa662db9fa (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 <tdeapplication.h>
#include <kdebug.h>
#include <kpushbutton.h>
#include <tdeconfig.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <kcombobox.h>
#include <tdepopupmenu.h>
#include <tdeaction.h>

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

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

#endif