You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abakus/src/abakuscommon.h

23 rivejä
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