diff options
Diffstat (limited to 'src/debugging/TSLogger.h')
-rwxr-xr-x | src/debugging/TSLogger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debugging/TSLogger.h b/src/debugging/TSLogger.h index c7e7e62..97268f7 100755 --- a/src/debugging/TSLogger.h +++ b/src/debugging/TSLogger.h @@ -20,8 +20,8 @@ #ifndef TSLogger_H #define TSLogger_H -#include <QDialog> -#include <QFile> +#include <tqdialog.h> +#include <tqfile.h> namespace Ui { class TSLoggerDialog; |