blob: ade98ba33e6aa773f868291988f204575fd6b714 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* Add C includes here */
#if defined __cplusplus
/* Add C++ includes here */
# include <iostream>
# include <ntqapplication.h>
# include <tqpushbutton.h>
# include <tqlabel.h>
#endif
|