moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kbruch / src / kbruch.h
blobe0f5ca0efff6fb868951253f27d55bf2d127e741
1 /***************************************************************************
2 kbruch.h - Header File
3 -------------------
4 begin : Tue Nov 27 16:40:42 CET 2001
5 copyright : (C) 2001 by Sebastian Stein
6 email : seb.kde@hpfsc.de
7 ***************************************************************************/
9 /***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
18 /*#define DEBUG*/
20 #ifndef BRUCH_H
21 #define BRUCH_H
23 #include <config.h>
25 /* for the I18N_NOOP macro */
26 #include <klocale.h>
28 #include "task.h"
29 #include "mainqtwidget.h"
31 static const char description[] =
32 I18N_NOOP("KBruch");
34 class MainQtWidget;
35 class task;
36 class ratio;
37 class primzahl;
39 #endif /* ifndef BRUCH_H */