X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fqt-console%2Fhelp%2Fhelp.h;h=fef9607549b2fa9f178632e33050495e3c014f97;hb=d6e502db2b5a1237c0bacd94e059f2b0e5844d19;hp=1d35387c8eb0fb5bd319bc1cac2a91f74c75a94c;hpb=30b1e3ec4ef7b4136a6868fd2bf48b21042e99c5;p=bacula%2Fbacula diff --git a/bacula/src/qt-console/help/help.h b/bacula/src/qt-console/help/help.h index 1d35387c8e..fef9607549 100644 --- a/bacula/src/qt-console/help/help.h +++ b/bacula/src/qt-console/help/help.h @@ -4,14 +4,14 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2007-2007 Free Software Foundation Europe e.V. + Copyright (C) 2007-2009 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. This program is Free Software; you can redistribute it and/or modify it under the terms of version two of the GNU General Public - License as published by the Free Software Foundation plus additions - that are listed in the file LICENSE. + License as published by the Free Software Foundation and included + in the file LICENSE. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - Bacula® is a registered trademark of John Walker. + Bacula® is a registered trademark of Kern Sibbald. The licensor of Bacula is the Free Software Foundation Europe (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. @@ -36,7 +36,7 @@ * * Kern Sibbald, May MMVII * - * $Id: $ + * $Id$ */ #include "bat.h" @@ -49,7 +49,7 @@ class Help : public QWidget, public Ui::helpForm public: Help(const QString &path, const QString &file, QWidget *parent = NULL); virtual ~Help() { }; - static void showFile(const QString &file); + static void displayFile(const QString &file); public slots: void updateTitle();