diff options
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r-- | gpg4usb.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index bba4bad..65c3001 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -46,7 +46,7 @@ HEADERS += attachments.h \ helppage.h \ gpgconstants.h \ findwidget.h \ - qmlpage.h + widgets/keydetailswidget.h SOURCES += attachments.cpp \ gpgcontext.cpp \ @@ -71,7 +71,7 @@ SOURCES += attachments.cpp \ helppage.cpp \ gpgconstants.cpp \ findwidget.cpp \ - qmlpage.cpp + widgets/keydetailswidget.cpp RC_FILE = gpg4usb.rc |