summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/recorddialog.h
authorharlekin <harlekin>2002-08-01 00:47:09 (UTC)
committer harlekin <harlekin>2002-08-01 00:47:09 (UTC)
commitba034bf4cb91b83654056945fc27313a28528015 (patch) (side-by-side diff)
tree4df33783ca21017424135aacc2e45b94437cfdff /noncore/tools/remote/recorddialog.h
parent26ff0c72228b9c89b079dfa381d448b6152eb408 (diff)
downloadopie-ba034bf4cb91b83654056945fc27313a28528015.zip
opie-ba034bf4cb91b83654056945fc27313a28528015.tar.gz
opie-ba034bf4cb91b83654056945fc27313a28528015.tar.bz2
gcc3.x fixes
Diffstat (limited to 'noncore/tools/remote/recorddialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/remote/recorddialog.h8
1 files changed, 7 insertions, 1 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
@@ -14,6 +14,9 @@ You should have received a copy of the GNU General Public License along with thi
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>
@@ -40,4 +43,7 @@ private:
QLineEdit *input;
OProcess *record;
int where;
-}; \ No newline at end of file
+};
+
+#endif
+