diff options
Diffstat (limited to 'kbruch/src/taskview.h')
-rw-r--r-- | kbruch/src/taskview.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kbruch/src/taskview.h b/kbruch/src/taskview.h index f629fac8..961adce2 100644 --- a/kbruch/src/taskview.h +++ b/kbruch/src/taskview.h @@ -33,14 +33,14 @@ #include <tqwidget.h> -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; -class QSpacerItem; -class QLabel; -class QPushButton; -class QLineEdit; -class QFrame; +class TQVBoxLayout; +class TQHBoxLayout; +class TQGridLayout; +class TQSpacerItem; +class TQLabel; +class TQPushButton; +class TQLineEdit; +class TQFrame; /*! Constructs a TQWidget, which shows the task to the user. * The class also provides input fields, so that the user can enter the result. |