|
a/src/qtgui/crontool.h |
|
b/src/qtgui/crontool.h |
|
... |
|
... |
12 |
* You should have received a copy of the GNU General Public License
|
12 |
* You should have received a copy of the GNU General Public License
|
13 |
* along with this program; if not, write to the
|
13 |
* along with this program; if not, write to the
|
14 |
* Free Software Foundation, Inc.,
|
14 |
* Free Software Foundation, Inc.,
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
17 |
#ifndef _CRONTAB_W_H_INCLUDED_
|
17 |
#ifndef _CRONTOOL_W_H_INCLUDED_
|
18 |
#define _CRONTAB_W_H_INCLUDED_
|
18 |
#define _CRONTOOL_W_H_INCLUDED_
|
19 |
|
19 |
|
20 |
#include "ui_crontool.h"
|
20 |
#include "ui_crontool.h"
|
21 |
|
21 |
|
22 |
class QPushButton;
|
22 |
class QPushButton;
|
23 |
|
23 |
|
|
... |
|
... |
43 |
void changeCron(bool enable);
|
43 |
void changeCron(bool enable);
|
44 |
|
44 |
|
45 |
};
|
45 |
};
|
46 |
|
46 |
|
47 |
|
47 |
|
48 |
#endif /* _CRONTAB_W_H_INCLUDED_ */
|
48 |
#endif /* _CRONTOOL_W_H_INCLUDED_ */
|