From cec5982665589354557aad24856a8574299784d2 Mon Sep 17 00:00:00 2001 From: Gangphon Date: Wed, 17 May 2023 18:34:17 +0800 Subject: [PATCH] ledok --- LedOK/base/changepasswordform.h | 2 +- LedOK/program/sendprogramdialog.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LedOK/base/changepasswordform.h b/LedOK/base/changepasswordform.h index 16f1d9a..73fb243 100644 --- a/LedOK/base/changepasswordform.h +++ b/LedOK/base/changepasswordform.h @@ -1,7 +1,7 @@ #ifndef CHANGEPASSWORDFORM_H #define CHANGEPASSWORDFORM_H -#include "QDialog.h" +#include #include class ChangePasswordForm : public QDialog { diff --git a/LedOK/program/sendprogramdialog.cpp b/LedOK/program/sendprogramdialog.cpp index ee6e8a4..9a53934 100644 --- a/LedOK/program/sendprogramdialog.cpp +++ b/LedOK/program/sendprogramdialog.cpp @@ -1,6 +1,6 @@ #include "sendprogramdialog.h" #include "cfg.h" -#include "wProgramPublishItem.h" +#include "wprogrampublishitem.h" #include "sendprogthread.h" #include "gutil/qgui.h" #include