moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kvoctrain / kvoctrain / common-dialogs / groupoptions.h
bloba9a7507eb1844efe370b320aa77499caa71d3c25
1 /***************************************************************************
3 group options for kvoctrain
5 -----------------------------------------------------------------------
7 begin : Tue Apr 5 2005
9 copyright :(C) 2005 Peter Hedlund
11 email : peter@peterandlinda.com
13 -----------------------------------------------------------------------
15 ***************************************************************************/
17 /***************************************************************************
18 * *
19 * This program is free software; you can redistribute it and/or modify *
20 * it under the terms of the GNU General Public License as published by *
21 * the Free Software Foundation; either version 2 of the License, or *
22 * (at your option) any later version. *
23 * *
24 ***************************************************************************/
26 #ifndef GROUPOPTIONS_H
27 #define GROUPOPTIONS_H
29 #include "groupoptionsbase.h"
31 class GroupOptions : public GroupOptionsBase
33 Q_OBJECT
35 public:
36 GroupOptions(QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
38 void updateButtons();
41 #endif