25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abakus/src/abakuscommon.h

23 lines
401 B

// 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