diff options
Diffstat (limited to 'src/macrowidget.h')
-rw-r--r-- | src/macrowidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/macrowidget.h b/src/macrowidget.h index 00fb9ff..d31478e 100644 --- a/src/macrowidget.h +++ b/src/macrowidget.h @@ -20,10 +20,10 @@ #ifndef MACROWIDGET_H #define MACROWIDGET_H -#include <ntqwidget.h> +#include <tqwidget.h> -#include <macro.h> -#include <fieldlineedit.h> +#include "macro.h" +#include "fieldlineedit.h" class KLineEdit; |