From ba034bf4cb91b83654056945fc27313a28528015 Mon Sep 17 00:00:00 2001 From: harlekin Date: Thu, 01 Aug 2002 00:47:09 +0000 Subject: gcc3.x fixes --- (limited to 'noncore/tools/remote/helptab.h') diff --git a/noncore/tools/remote/helptab.h b/noncore/tools/remote/helptab.h index f3f99b3..83f24ef 100644 --- a/noncore/tools/remote/helptab.h +++ b/noncore/tools/remote/helptab.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 HELP_TAB_H +#define HELP_TAB_H + #include #include #include @@ -23,4 +26,6 @@ class HelpTab : public QWidget { public: HelpTab(QWidget *parent=0, const char *name=0); -}; \ No newline at end of file +}; + +#endif -- cgit v0.9.0.2