diff options
Diffstat (limited to 'kstars/kstars/finddialog.h')
-rw-r--r-- | kstars/kstars/finddialog.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kstars/kstars/finddialog.h b/kstars/kstars/finddialog.h index 76531f03..71059da0 100644 --- a/kstars/kstars/finddialog.h +++ b/kstars/kstars/finddialog.h @@ -23,15 +23,15 @@ #include <kdialogbase.h> -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; -class QLabel; -class QLineEdit; -class QComboBox; -class QListBox; -class QListBoxItem; -//class QStringList; +class TQVBoxLayout; +class TQHBoxLayout; +class TQGridLayout; +class TQLabel; +class TQLineEdit; +class TQComboBox; +class TQListBox; +class TQListBoxItem; +//class TQStringList; class SkyObjectNameListItem; /**@class FindDialog |