summaryrefslogtreecommitdiffstats
path: root/src/abakuscommon.h
blob: 3ad954e69b00e809bf41dc92ce838de196cffc0b (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 <tdepopupmenu.h>
#include <tdeaction.h>

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

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

#endif