moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kstars / kstars / skyobjectname.cpp
blobc714488e4d3a1aa8c6e7e926a510e8d122225194
1 /***************************************************************************
2 skyobjectname.cpp - description
3 -------------------
4 begin : Wed Aug 22 2001
5 copyright : (C) 2001 by Jason Harris
6 email : kstars@30doradus.org
7 ***************************************************************************/
9 /***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
18 #include "skyobjectname.h"
19 #include "skyobject.h"
21 SkyObjectName::SkyObjectName( const QString &str, SkyObject *obj )
22 : skyobject ( obj ), Text ( str )
26 SkyObjectNameListItem::SkyObjectNameListItem ( QListBox *parent, SkyObjectName *obj )
27 : QListBoxText ( parent ), object ( obj )
29 setText( obj->text() );