/*************************************************************************** query options for Parley ----------------------------------------------------------------------- begin : Tue Apr 5 2005 copyright :(C) 2005 Peter Hedlund (C) 2007 Frederik Gladhorn ----------------------------------------------------------------------- ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef ADVANCEDPRACTICEOPTIONS_H #define ADVANCEDPRACTICEOPTIONS_H #include "ui_advancedpracticeoptions.h" class AdvancedPracticeOptions : public QWidget, public Ui::AdvancedPracticeOptions { Q_OBJECT public: AdvancedPracticeOptions(QWidget* parent = 0); }; #endif