00001 //LabPlot : DestinationDialog.h 00002 00003 #ifndef DESTINATIONDIALOG_H 00004 #define DESTINATIONDIALOG_H 00005 00006 #include "Dialog.h" 00007 00008 class DestinationDialog: public Dialog 00009 { 00010 Q_OBJECT 00011 public: 00012 DestinationDialog(MainWin *mw, const char *name); 00013 private slots: 00014 void apply_clicked(); 00015 void ok_clicked(); 00016 private: 00017 KComboBox *sheetlist; 00018 }; 00019 #endif //DESTINATIONDIALOG_H