diff options
Diffstat (limited to 'kstars/kstars/finddialog.h')
-rw-r--r-- | kstars/kstars/finddialog.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kstars/kstars/finddialog.h b/kstars/kstars/finddialog.h index 71059da0..b3e559d4 100644 --- a/kstars/kstars/finddialog.h +++ b/kstars/kstars/finddialog.h @@ -35,9 +35,9 @@ class TQListBoxItem; class SkyObjectNameListItem; /**@class FindDialog - *Dialog window for finding SkyObjects by name. The dialog contains + *Dialog window for finding SkyObjects by name. The dialog tqcontains *a TQListBox showing the list of named objects, a TQLineEdit for filtering - *the list by name, and a QCombobox for filtering the list by object type. + *the list by name, and a TQCombobox for filtering the list by object type. * *@short Find Object Dialog *@author Jason Harris @@ -46,12 +46,13 @@ class SkyObjectNameListItem; class FindDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: -/**Constructor. Creates all widgets and packs them in QLayouts. Connects +/**Constructor. Creates all widgets and packs them in TQLayouts. Connects *Signals and Slots. Runs initObjectList(). */ - FindDialog( TQWidget* parent = 0 ); + FindDialog( TQWidget* tqparent = 0 ); /**Destructor */ |