]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/help/help.h
Implement installation of bat help files
[bacula/bacula] / bacula / src / qt-console / help / help.h
index 1d35387c8eb0fb5bd319bc1cac2a91f74c75a94c..fef9607549b2fa9f178632e33050495e3c014f97 100644 (file)
@@ -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();