moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kvoctrain / kvoctrain / common-dialogs / queryoptions.h
blob24551687aac233e9d6e39cc082bb40a039b4309a
1 /***************************************************************************
3 query 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 QUERYOPTIONS_H
27 #define QUERYOPTIONS_H
29 #include "queryoptionsbase.h"
31 class QueryOptions : public QueryOptionsBase
33 Q_OBJECT
35 public:
36 QueryOptions(QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
38 void updateWidgets();
41 #endif