diff options
author | Michele Calgaro <[email protected]> | 2022-07-16 15:18:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-07-16 15:18:45 +0900 |
commit | d017bd37253ae35b29d82e3277b9adcbb4517dd0 (patch) | |
tree | d884d5cf71c4dd350d1abcf752c438e117a872d5 /src/UiGuiSettingsDialog.h | |
parent | a0148cf62fc298126980a7dc27603b123e1d764c (diff) | |
download | universal-indent-gui-tqt-d017bd37253ae35b29d82e3277b9adcbb4517dd0.tar.gz universal-indent-gui-tqt-d017bd37253ae35b29d82e3277b9adcbb4517dd0.zip |
Convert files to unix format. Convert C++ header names to C header names.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/UiGuiSettingsDialog.h')
-rwxr-xr-x | src/UiGuiSettingsDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UiGuiSettingsDialog.h b/src/UiGuiSettingsDialog.h index 582d436..9f53262 100755 --- a/src/UiGuiSettingsDialog.h +++ b/src/UiGuiSettingsDialog.h @@ -20,7 +20,7 @@ #ifndef UIGUISETTINGSDIALOG_H #define UIGUISETTINGSDIALOG_H -#include <QDialog> +#include <tqdialog.h> #include "UiGuiSettings.h" |