summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/deepskyobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/deepskyobject.h')
-rw-r--r--kstars/kstars/deepskyobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/deepskyobject.h b/kstars/kstars/deepskyobject.h
index c10305aa..6faf1494 100644
--- a/kstars/kstars/deepskyobject.h
+++ b/kstars/kstars/deepskyobject.h
@@ -107,7 +107,7 @@ public:
*/
TQString catalog( void ) const;
-/**Set the internal Catalog value according to the QString
+/**Set the internal Catalog value according to the TQString
*argument:
* "M" : CAT_MESSIER
* "NGC" : CAT_NGC
@@ -181,7 +181,7 @@ public:
/**Show Deep-sky object popup menu. Overloaded from virtual
*SkyObject::showPopupMenu()
*@param pmenu pointer to the KSPopupMenu object
- *@param pos QPojnt holding the x,y coordinates for the menu
+ *@param pos TQPojnt holding the x,y coordinates for the menu
*/
virtual void showPopupMenu( KSPopupMenu *pmenu, TQPoint pos ) { pmenu->createDeepSkyObjectMenu( this ); pmenu->popup( pos ); }