summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/recorddialog.h
Side-by-side diff
Diffstat (limited to 'noncore/tools/remote/recorddialog.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/remote/recorddialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/tools/remote/recorddialog.h b/noncore/tools/remote/recorddialog.h
index 38b2bb4..e4dcae6 100644
--- a/noncore/tools/remote/recorddialog.h
+++ b/noncore/tools/remote/recorddialog.h
@@ -11,12 +11,15 @@ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifndef RecordDialog_H
+#define RecordDialog_H
+
#include <qdialog.h>
#include <qtextview.h>
#include <qlineedit.h>
#include <qpushbutton.h>
#include <qwidget.h>
#include <qlayout.h>
@@ -38,6 +41,9 @@ public slots:
private:
QTextView *output;
QLineEdit *input;
OProcess *record;
int where;
}; \ No newline at end of file
+
+#endif
+