moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kstars / kstars / opsguides.h
blobc5b09fd3e1bb28079b4d1487042d3b310c76e853
1 /***************************************************************************
2 opsguides.h - K Desktop Planetarium
3 -------------------
4 begin : Sun 6 Feb 2005
5 copyright : (C) 2005 by Jason Harris
6 email : jharris@30doradus.org
7 ***************************************************************************/
8 /***************************************************************************
9 * *
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License as published by *
12 * the Free Software Foundation; either version 2 of the License, or *
13 * (at your option) any later version. *
14 * *
15 ***************************************************************************/
17 #ifndef OPSGUIDES_H
18 #define OPSGUIDES_H
20 #include "opsguidesui.h"
22 class OpsGuides : public OpsGuidesUI
24 Q_OBJECT
26 public:
27 OpsGuides( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
28 ~OpsGuides();
30 private slots:
31 void slotToggleConstellOptions();
32 void slotToggleMilkyWayOptions();
35 #endif // OPSGUIDES_H