some small changes to comly with qt4.7 version..but it still does not work

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@97 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
bergamaschi 2012-10-18 15:28:57 +00:00
parent 34b3a8b01b
commit ce110a79c8
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ DEPENDPATH += \
INCLUDEPATH += \
$(QWTDIR)/include\
$(QWTDIR)/src\
slsDetectorPlotting/include\
include\
forms/include\

View File

@ -7,7 +7,7 @@
#ifndef SLSQT1DZOOMER_H
#define SLSQT1DZOOMER_H
#include <qwt_compat.h>
#include <qwt_plot_zoomer.h>
#include <qwt_plot_panner.h>
class SlsQtH1D;