diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/VerifyNotification.cpp (renamed from src/verifynotification.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verifynotification.cpp b/src/ui/VerifyNotification.cpp index 746fa1ed..53f1d3c8 100644 --- a/src/verifynotification.cpp +++ b/src/ui/VerifyNotification.cpp @@ -19,7 +19,7 @@ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/> */ -#include "verifynotification.h" +#include "ui/VerifyNotification.h" VerifyNotification::VerifyNotification(QWidget *parent, GpgME::GpgContext *ctx, KeyList *keyList, QTextEdit *edit) : QWidget(parent) { |