parley
advancedpracticeoptions.h
Go to the documentation of this file.00001 /*************************************************************************** 00002 00003 query options for Parley 00004 00005 ----------------------------------------------------------------------- 00006 00007 begin : Tue Apr 5 2005 00008 00009 copyright :(C) 2005 Peter Hedlund <peter.hedlund@kdemail.net> 00010 (C) 2007 Frederik Gladhorn <frederik.gladhorn@kdemail.net> 00011 00012 ----------------------------------------------------------------------- 00013 00014 ***************************************************************************/ 00015 00016 /*************************************************************************** 00017 * * 00018 * This program is free software; you can redistribute it and/or modify * 00019 * it under the terms of the GNU General Public License as published by * 00020 * the Free Software Foundation; either version 2 of the License, or * 00021 * (at your option) any later version. * 00022 * * 00023 ***************************************************************************/ 00024 00025 #ifndef ADVANCEDPRACTICEOPTIONS_H 00026 #define ADVANCEDPRACTICEOPTIONS_H 00027 00028 #include "ui_advancedpracticeoptions.h" 00029 00030 class AdvancedPracticeOptions : public QWidget, public Ui::AdvancedPracticeOptions 00031 { 00032 Q_OBJECT 00033 public: 00034 AdvancedPracticeOptions(QWidget* parent = 0); 00035 }; 00036 00037 #endif
KDE 4.2 API Reference