]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/restore/brestore.cpp
Get new api working + mark/unmark restore files
[bacula/bacula] / bacula / src / qt-console / restore / brestore.cpp
index 0f47d695240318a7f046b745c9d966c52a5db5d1..d85cb132c20663041a0ea3c4297ae33b617be0cc 100644 (file)
 */
  
 /*
+ *   Version $Id$
+ *
  *  bRestore Class  (Eric's brestore)
  *
  *   Kern Sibbald, January MMVI
  *
  */ 
 
-#include <QAbstractEventDispatcher>
 #include "bat.h"
 #include "restore.h"
 
@@ -42,4 +43,3 @@ bRestore::bRestore(QStackedWidget *parent)
    setupUi(this);
    parent->addWidget(this);
 }
-