summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/helptab.h
Side-by-side diff
Diffstat (limited to 'noncore/tools/remote/helptab.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/remote/helptab.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -11,16 +11,21 @@ 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 HELP_TAB_H
+#define HELP_TAB_H
+
#include <qwidget.h>
#include <qtextview.h>
#include <qstring.h>
#include <qlayout.h>
class HelpTab : public QWidget
{
public:
HelpTab(QWidget *parent=0, const char *name=0);
}; \ No newline at end of file
+
+#endif