summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/skyobjectname.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/skyobjectname.cpp')
-rw-r--r--kstars/kstars/skyobjectname.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/skyobjectname.cpp b/kstars/kstars/skyobjectname.cpp
index 696803b5..c4ba6937 100644
--- a/kstars/kstars/skyobjectname.cpp
+++ b/kstars/kstars/skyobjectname.cpp
@@ -23,8 +23,8 @@ SkyObjectName::SkyObjectName( const TQString &str, SkyObject *obj )
{
}
-SkyObjectNameListItem::SkyObjectNameListItem ( TQListBox *parent, SkyObjectName *obj )
- : TQListBoxText ( parent ), object ( obj )
+SkyObjectNameListItem::SkyObjectNameListItem ( TQListBox *tqparent, SkyObjectName *obj )
+ : TQListBoxText ( tqparent ), object ( obj )
{
setText( obj->text() );
}