aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/textfinder/textfinder.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/examples/textfinder/textfinder.h b/doc/examples/textfinder/textfinder.h
index 26182be9f4a..8351a473777 100644
--- a/doc/examples/textfinder/textfinder.h
+++ b/doc/examples/textfinder/textfinder.h
@@ -48,8 +48,7 @@
**
****************************************************************************/
-#ifndef TEXTFINDER_H
-#define TEXTFINDER_H
+#pragma once
#include "ui_textfinder.h"
@@ -77,5 +76,3 @@ private:
void loadTextFile();
//! [0]
};
-
-#endif // TEXTFINDER_H