Changeset 12060 for trunk/FACT++/src


Ignore:
Timestamp:
09/09/11 10:36:08 (13 years ago)
Author:
tbretz
Message:
Fixed includes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fitsdump.cc

    r12008 r12060  
    1616
    1717#ifdef PLOTTING_PLEASE
    18 #include <qapplication.h>
    19 #include <qlayout.h>
     18#include <QPen>
     19#include <QtGui>
     20#include <QApplication>
     21
    2022#include <qwt_plot.h>
    21 #include <qwt-qt4/qwt_plot_grid.h>
    22 #include <QPen>
    23 #include <qwt-qt4/qwt_plot_curve.h>
    24 #include <qwt-qt4/qwt_plot_zoomer.h>
    25 #include <qwt-qt4/qwt_legend.h>
    26 #include <qwt-qt4/qwt_scale_draw.h>
     23#include <qwt_plot_grid.h>
     24#include <qwt_plot_curve.h>
     25#include <qwt_plot_zoomer.h>
     26#include <qwt_legend.h>
     27#include <qwt_scale_draw.h>
     28
    2729#include "Time.h"
    2830#endif
     31
    2932using namespace std;
    3033
Note: See TracChangeset for help on using the changeset viewer.