summaryrefslogtreecommitdiff
path: root/doc/example/textfinder/textfinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'doc/example/textfinder/textfinder.h')
-rw-r--r--doc/example/textfinder/textfinder.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/example/textfinder/textfinder.h b/doc/example/textfinder/textfinder.h
index 2563a2016a..d5d10c6b52 100644
--- a/doc/example/textfinder/textfinder.h
+++ b/doc/example/textfinder/textfinder.h
@@ -30,12 +30,14 @@
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
+
#ifndef TEXTFINDER_H
#define TEXTFINDER_H
-#include <QtGui/QWidget>
#include "ui_textfinder.h"
+#include <QtGui/QWidget>
+
class QPushButton;
class QTextEdit;
class QLineEdit;