moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kvoctrain / kvoctrain / docprop-dialogs / DocOptionsPage.h
blobb6ee843c28dd23eae1462e86e41f3c37894065e6
1 /***************************************************************************
3 internal doc options dialog class
5 -----------------------------------------------------------------------
7 begin : Thu Nov 25 12:00:53 MET 1999
9 copyright : (C) 1999-2001 Ewald Arnold <kvoctrain@ewald-arnold.de>
10 (C) 2001 The KDE-EDU team
11 (C) 2005 Peter Hedlund <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 DocOptionsPage_included
27 #define DocOptionsPage_included
29 #include "DocOptionsPageForm.h"
32 class DocOptionsPage : public DocOptionsPageForm
34 Q_OBJECT
36 public:
38 DocOptionsPage(bool sort, QWidget *parent, const char *name);
40 bool getSorting () const { return sorter; }
42 protected slots:
43 void docSortToggled(bool);
45 private:
46 bool sorter;
49 #endif // DocOptionsPage_included