aboutsummaryrefslogtreecommitdiffstats
path: root/keyserverimportdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyserverimportdialog.h')
-rw-r--r--keyserverimportdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyserverimportdialog.h b/keyserverimportdialog.h
index 50c2025..c1e33ed 100644
--- a/keyserverimportdialog.h
+++ b/keyserverimportdialog.h
@@ -20,8 +20,8 @@
* MA 02110-1301, USA.
*/
-#ifndef KEYSERVERIMPORTDIALOG_H
-#define KEYSERVERIMPORTDIALOG_H
+#ifndef __KEYSERVERIMPORTDIALOG_H__
+#define __KEYSERVERIMPORTDIALOG_H__
#include "context.h"
#include <QNetworkAccessManager>
@@ -83,4 +83,4 @@ private:
QNetworkReply *searchreply;
QNetworkReply *importreply;
};
-#endif
+#endif // __KEYSERVERIMPORTDIALOG_H__