diff options
Diffstat (limited to '')
-rw-r--r-- | include/ui/KeyServerImportDialog.h (renamed from include/keyserverimportdialog.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/keyserverimportdialog.h b/include/ui/KeyServerImportDialog.h index 289aa231..5ea6f800 100644 --- a/include/keyserverimportdialog.h +++ b/include/ui/KeyServerImportDialog.h @@ -23,9 +23,9 @@ #ifndef __KEYSERVERIMPORTDIALOG_H__ #define __KEYSERVERIMPORTDIALOG_H__ -#include "gpgcontext.h" -#include "keyimportdetaildialog.h" -#include "keylist.h" +#include "gpg/GpgContext.h" +#include "KeyImportDetailDialog.h" +#include "KeyList.h" class KeyServerImportDialog : public QDialog { |