From 7fefe15989a08e255ade5e577c781701b157d430 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 20 Oct 2020 14:40:51 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy (cherry picked from commit 81b64bcfc0a32fdeb0e4f367adbf273d924e55f4) --- src/arkollon/uninstallwizard.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/arkollon/uninstallwizard.h') diff --git a/src/arkollon/uninstallwizard.h b/src/arkollon/uninstallwizard.h index 712dc37..0d10cbd 100644 --- a/src/arkollon/uninstallwizard.h +++ b/src/arkollon/uninstallwizard.h @@ -21,14 +21,14 @@ #ifndef UNINSTALLWIZARD_H #define UNINSTALLWIZARD_H +#include +#include +#include + #include "wizardbase.h" #include "logdialog.h" #include "headerlistitem.h" -#include -#include -#include - class AppListItem : public TQCheckListItem { public: -- cgit v1.2.1