diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:20:32 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:20:32 +0000 |
commit | e140fe793e447985ac06d109a8548ab62ea99d6e (patch) | |
tree | 0b50d2253a0c85238cc4dcba5c4f949de3f0eb15 /kstars | |
parent | 0a6e0958c03e41c87b15557b6f407874f20c2f8d (diff) | |
download | tdeedu-e140fe793e447985ac06d109a8548ab62ea99d6e.tar.gz tdeedu-e140fe793e447985ac06d109a8548ab62ea99d6e.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1158428 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kstars')
68 files changed, 177 insertions, 177 deletions
diff --git a/kstars/kstars/addlinkdialog.h b/kstars/kstars/addlinkdialog.h index 3bf6e02e..87dfa14e 100644 --- a/kstars/kstars/addlinkdialog.h +++ b/kstars/kstars/addlinkdialog.h @@ -25,8 +25,8 @@ #include "addlinkdialogui.h" -class QLayout; -class QString; +class TQLayout; +class TQString; class SkyMap; /**@class Simple dialog for adding a custom URL to a popup menu. diff --git a/kstars/kstars/ccdpreviewwg.h b/kstars/kstars/ccdpreviewwg.h index 831c7d10..ee079f81 100644 --- a/kstars/kstars/ccdpreviewwg.h +++ b/kstars/kstars/ccdpreviewwg.h @@ -21,12 +21,12 @@ enum Pixelorder {PIXELORDER_NORMAL=1, PIXELORDER_DUAL=2}; - class QImage; - class QSocketNotifier; + class TQImage; + class TQSocketNotifier; class CCDVideoWG; class INDIStdDevice; - class QPainter; - class QVBoxLayout; + class TQPainter; + class TQVBoxLayout; class CCDPreviewWG : public CCDPreviewForm { diff --git a/kstars/kstars/conbridlg.h b/kstars/kstars/conbridlg.h index ef531eaa..62193855 100644 --- a/kstars/kstars/conbridlg.h +++ b/kstars/kstars/conbridlg.h @@ -24,7 +24,7 @@ class ConBriForm; class FITSViewer; - class QImage; + class TQImage; class ContrastBrightnessDlg : public KDialogBase { diff --git a/kstars/kstars/customcatalog.h b/kstars/kstars/customcatalog.h index d7179691..09c1ba5c 100644 --- a/kstars/kstars/customcatalog.h +++ b/kstars/kstars/customcatalog.h @@ -21,7 +21,7 @@ #include <tqptrlist.h> #include "skyobject.h" -class QString; +class TQString; /**@class CustomCatalog *@short Object catalog added by the user. diff --git a/kstars/kstars/deepskyobject.h b/kstars/kstars/deepskyobject.h index e1712c7f..c10305aa 100644 --- a/kstars/kstars/deepskyobject.h +++ b/kstars/kstars/deepskyobject.h @@ -34,9 +34,9 @@ *@version 1.0 */ -class QPainter; -class QImage; -class QString; +class TQPainter; +class TQImage; +class TQString; class KSPopupMenu; class DeepSkyObject : public SkyObject { diff --git a/kstars/kstars/detaildialog.h b/kstars/kstars/detaildialog.h index 2bf6a452..301a2a13 100644 --- a/kstars/kstars/detaildialog.h +++ b/kstars/kstars/detaildialog.h @@ -27,12 +27,12 @@ #include "skyobject.h" class GeoLocation; -class QHBoxLayout; -class QLineEdit; -class QFile; -class QPixmap; -class QString; -class QStringList; +class TQHBoxLayout; +class TQLineEdit; +class TQFile; +class TQPixmap; +class TQString; +class TQStringList; class KStars; class KStarsDateTime; diff --git a/kstars/kstars/devicemanager.h b/kstars/kstars/devicemanager.h index cf304522..fe9af04c 100644 --- a/kstars/kstars/devicemanager.h +++ b/kstars/kstars/devicemanager.h @@ -20,7 +20,7 @@ class INDI_P; class INDI_D; - class QSocketNotifier; + class TQSocketNotifier; // INDI device manager class DeviceManager : public QObject diff --git a/kstars/kstars/draglistbox.h b/kstars/kstars/draglistbox.h index c4fce08b..7e4a31cb 100644 --- a/kstars/kstars/draglistbox.h +++ b/kstars/kstars/draglistbox.h @@ -20,7 +20,7 @@ #include <klistbox.h> -class QDragEnterEvent; +class TQDragEnterEvent; class QDragDropEvent; /**@class DragListBox 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 diff --git a/kstars/kstars/fitshistogram.h b/kstars/kstars/fitshistogram.h index 15d8d264..fe30c2d1 100644 --- a/kstars/kstars/fitshistogram.h +++ b/kstars/kstars/fitshistogram.h @@ -24,7 +24,7 @@ #define BARS 500 class FITSViewer; - class QPixmap; + class TQPixmap; class FITSHistogram : public histDialog { diff --git a/kstars/kstars/fitsimage.h b/kstars/kstars/fitsimage.h index de40da52..72efc408 100644 --- a/kstars/kstars/fitsimage.h +++ b/kstars/kstars/fitsimage.h @@ -38,7 +38,7 @@ #include "indi/fitsrw.h" class KCommandHistory; -class QScrollView; +class TQScrollView; class FITSViewer; class FITSFrame; diff --git a/kstars/kstars/fitsprocess.h b/kstars/kstars/fitsprocess.h index 97d4f35a..da0e597e 100644 --- a/kstars/kstars/fitsprocess.h +++ b/kstars/kstars/fitsprocess.h @@ -31,7 +31,7 @@ 7. void divide(unsigned int * img1, unsigned int * img2); we know numOfPixels already.*/ class FITSViewer; -class QImage; +class TQImage; class FITSProcess { diff --git a/kstars/kstars/fitsviewer.h b/kstars/kstars/fitsviewer.h index e9560d1e..f630654a 100644 --- a/kstars/kstars/fitsviewer.h +++ b/kstars/kstars/fitsviewer.h @@ -41,7 +41,7 @@ class KCommandHistory; class ContrastBrightnessDlg; -class QScrollView; +class TQScrollView; class FITSImage; class FITSHistogram; diff --git a/kstars/kstars/focusdialog.h b/kstars/kstars/focusdialog.h index 24eccad5..6ca6858d 100644 --- a/kstars/kstars/focusdialog.h +++ b/kstars/kstars/focusdialog.h @@ -21,8 +21,8 @@ #include <kdialogbase.h> #include "focusdialogdlg.h" -class QVBoxLayout; -class QHBoxLayout; +class TQVBoxLayout; +class TQHBoxLayout; class KLineEdit; class SkyPoint; class FocusDialogDlg; diff --git a/kstars/kstars/fov.h b/kstars/kstars/fov.h index 64a3fd04..03d2f5c7 100644 --- a/kstars/kstars/fov.h +++ b/kstars/kstars/fov.h @@ -26,7 +26,7 @@ *@version 1.0 */ -class QPainter; +class TQPainter; class FOV { public: diff --git a/kstars/kstars/imagesequence.h b/kstars/kstars/imagesequence.h index f16d3daa..8d467593 100644 --- a/kstars/kstars/imagesequence.h +++ b/kstars/kstars/imagesequence.h @@ -15,7 +15,7 @@ #include "imgsequencedlgui.h" class KStars; -class QTimer; +class TQTimer; class INDIStdDevice; class imagesequence : public imgSequenceDlg diff --git a/kstars/kstars/imageviewer.h b/kstars/kstars/imageviewer.h index 7ebf8afb..0c317a25 100644 --- a/kstars/kstars/imageviewer.h +++ b/kstars/kstars/imageviewer.h @@ -43,7 +43,7 @@ */ class KURL; -class QFile; +class TQFile; class ImageViewer : public KMainWindow { Q_OBJECT diff --git a/kstars/kstars/indidevice.h b/kstars/kstars/indidevice.h index ce7b0827..b9d7315d 100644 --- a/kstars/kstars/indidevice.h +++ b/kstars/kstars/indidevice.h @@ -33,23 +33,23 @@ class KDoubleSpinBox; class KPushButton; class KPopupMenu; -class QTable; -class QLabel; -class QHBoxLayout; -class QVBoxLayout; -class QFrame; -class QLineEdit; -class QString; -class QTextEdit; -class QListView; -class QTabWidget; -class QSpacerItem; -class QGridLayout; -class QButtonGroup; -class QCheckBox; -class QScrollView; -class QSocketNotifier; -class QVBox; +class TQTable; +class TQLabel; +class TQHBoxLayout; +class TQVBoxLayout; +class TQFrame; +class TQLineEdit; +class TQString; +class TQTextEdit; +class TQListView; +class TQTabWidget; +class TQSpacerItem; +class TQGridLayout; +class TQButtonGroup; +class TQCheckBox; +class TQScrollView; +class TQSocketNotifier; +class TQVBox; /************************************************************************* ** The INDI Tree diff --git a/kstars/kstars/indielement.h b/kstars/kstars/indielement.h index cc92d960..d7c18e15 100644 --- a/kstars/kstars/indielement.h +++ b/kstars/kstars/indielement.h @@ -72,12 +72,12 @@ class KPushButton; class KCheckBox; class KSqueezedTextLabel; -class QLabel; -class QHBoxLayout; -class QVBoxLayout; -class QSpacerItem; -class QCheckBox; -class QSlider; +class TQLabel; +class TQHBoxLayout; +class TQVBoxLayout; +class TQSpacerItem; +class TQCheckBox; +class TQSlider; class INDI_P; diff --git a/kstars/kstars/indigroup.h b/kstars/kstars/indigroup.h index d9361c2d..097e6a10 100644 --- a/kstars/kstars/indigroup.h +++ b/kstars/kstars/indigroup.h @@ -21,8 +21,8 @@ class INDI_P; class INDI_D; -class QFrame; -class QVBoxLayout; +class TQFrame; +class TQVBoxLayout; /* INDI group */ class INDI_G diff --git a/kstars/kstars/indimenu.h b/kstars/kstars/indimenu.h index 8afd533d..344d087e 100644 --- a/kstars/kstars/indimenu.h +++ b/kstars/kstars/indimenu.h @@ -25,22 +25,22 @@ class KComboBox; class KDoubleSpinBox; class KPushButton; -class QLabel; -class QHBoxLayout; -class QVBoxLayout; -class QFrame; -class QLineEdit; -class QString; -class QTextEdit; -class QListView; -class QSocketNotifier; -class QTabWidget; -class QSpacerItem; -class QGridLayout; -class QButtonGroup; -class QCheckBox; -class QScrollView; -class QVBox; +class TQLabel; +class TQHBoxLayout; +class TQVBoxLayout; +class TQFrame; +class TQLineEdit; +class TQString; +class TQTextEdit; +class TQListView; +class TQSocketNotifier; +class TQTabWidget; +class TQSpacerItem; +class TQGridLayout; +class TQButtonGroup; +class TQCheckBox; +class TQScrollView; +class TQVBox; class KStars; class DeviceManager; diff --git a/kstars/kstars/indiproperty.h b/kstars/kstars/indiproperty.h index 3bc3c087..493a10ba 100644 --- a/kstars/kstars/indiproperty.h +++ b/kstars/kstars/indiproperty.h @@ -22,11 +22,11 @@ class KPopupMenu; class KComboBox; class KLed; -class QLabel; -class QPushButton; -class QHBoxLayout; -class QVBoxLayout; -class QButtonGroup; +class TQLabel; +class TQPushButton; +class TQHBoxLayout; +class TQVBoxLayout; +class TQButtonGroup; diff --git a/kstars/kstars/indistd.h b/kstars/kstars/indistd.h index c69bec46..407ac02b 100644 --- a/kstars/kstars/indistd.h +++ b/kstars/kstars/indistd.h @@ -23,7 +23,7 @@ class SkyObject; class StreamWG; class CCDPreviewWG; - class QSocketNotifier; + class TQSocketNotifier; class KProgressDialog; class KDirLister; class SkyObject; diff --git a/kstars/kstars/infobox.h b/kstars/kstars/infobox.h index bfc67b91..e9953404 100644 --- a/kstars/kstars/infobox.h +++ b/kstars/kstars/infobox.h @@ -33,7 +33,7 @@ *@version 1.0 */ -class QPainter; +class TQPainter; class InfoBox : public TQObject { Q_OBJECT diff --git a/kstars/kstars/infoboxes.h b/kstars/kstars/infoboxes.h index 645f2bbe..25ec2d23 100644 --- a/kstars/kstars/infoboxes.h +++ b/kstars/kstars/infoboxes.h @@ -36,7 +36,7 @@ *@version 1.0 */ -class QPainter; +class TQPainter; class GeoLocation; class SkyPoint; class dms; diff --git a/kstars/kstars/ksfilereader.h b/kstars/kstars/ksfilereader.h index 005d6987..c320e8b5 100644 --- a/kstars/kstars/ksfilereader.h +++ b/kstars/kstars/ksfilereader.h @@ -29,8 +29,8 @@ *@version 1.0 */ -class QFile; -class QString; +class TQFile; +class TQString; class KSFileReader : public TQObject { Q_OBJECT diff --git a/kstars/kstars/ksplanetbase.h b/kstars/kstars/ksplanetbase.h index 0c15a1a5..d703f980 100644 --- a/kstars/kstars/ksplanetbase.h +++ b/kstars/kstars/ksplanetbase.h @@ -30,7 +30,7 @@ #define MAXTRAIL 400 //maximum number of points in a planet trail -class QPoint; +class TQPoint; class KSNumbers; class KSPopupMenu; diff --git a/kstars/kstars/kspopupmenu.h b/kstars/kstars/kspopupmenu.h index ebf34842..78f7c1e3 100644 --- a/kstars/kstars/kspopupmenu.h +++ b/kstars/kstars/kspopupmenu.h @@ -34,7 +34,7 @@ class KStars; class StarObject; class SkyObject; -class QLabel; +class TQLabel; class KSPopupMenu : public KPopupMenu { diff --git a/kstars/kstars/kstars.h b/kstars/kstars/kstars.h index 34957208..73c10127 100644 --- a/kstars/kstars/kstars.h +++ b/kstars/kstars/kstars.h @@ -30,8 +30,8 @@ #include "observinglist.h" // forward declaration is enough. We only need pointers -class QPalette; -class QVBoxLayout; +class TQPalette; +class TQVBoxLayout; class KActionMenu; class KDialogBase; class KKey; diff --git a/kstars/kstars/kstarsdata.cpp b/kstars/kstars/kstarsdata.cpp index 5863d449..4d5ff70a 100644 --- a/kstars/kstars/kstarsdata.cpp +++ b/kstars/kstars/kstarsdata.cpp @@ -1761,7 +1761,7 @@ void KStarsData::sendClearCache() { void KStarsData::initialize() { if (startupComplete) return; - initTimer = new QTimer; + initTimer = new TQTimer; TQObject::connect(initTimer, TQT_SIGNAL(timeout()), this, TQT_SLOT( slotInitialize() ) ); initCounter = 0; initTimer->start(1); diff --git a/kstars/kstars/kstarsdata.h b/kstars/kstars/kstarsdata.h index b6d5b752..0a358a42 100644 --- a/kstars/kstars/kstarsdata.h +++ b/kstars/kstars/kstarsdata.h @@ -49,9 +49,9 @@ #define MINDRAWSTARMAG 6.5 // min. magnitude to load all stars which are needed for constellation lines -class QDataPump; -class QFile; -class QTimer; +class TQDataPump; +class TQFile; +class TQTimer; class KStandardDirs; diff --git a/kstars/kstars/kstarssplash.h b/kstars/kstars/kstarssplash.h index 2750d3c9..afe523a2 100644 --- a/kstars/kstars/kstarssplash.h +++ b/kstars/kstars/kstarssplash.h @@ -28,7 +28,7 @@ *@version 1.0 */ -class QLabel; +class TQLabel; class KStarsSplash : public KDialogBase { diff --git a/kstars/kstars/ksutils.h b/kstars/kstars/ksutils.h index 4f43b9cb..35fa8580 100644 --- a/kstars/kstars/ksutils.h +++ b/kstars/kstars/ksutils.h @@ -27,7 +27,7 @@ #ifndef KSTARS_KSUTILS_H_ #define KSTARS_KSUTILS_H_ -class QFile; +class TQFile; class KSUtils { public: diff --git a/kstars/kstars/locationdialog.h b/kstars/kstars/locationdialog.h index 275d8288..23831361 100644 --- a/kstars/kstars/locationdialog.h +++ b/kstars/kstars/locationdialog.h @@ -43,15 +43,15 @@ #include <kdialogbase.h> #include "geolocation.h" -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; -class QGroupBox; -class QLabel; -class QListBox; -class QListBoxItem; -class QPushButton; -class QComboBox; +class TQVBoxLayout; +class TQHBoxLayout; +class TQGridLayout; +class TQGroupBox; +class TQLabel; +class TQListBox; +class TQListBoxItem; +class TQPushButton; +class TQComboBox; class KLineEdit; class MapCanvas; class dmsBox; diff --git a/kstars/kstars/magnitudespinbox.h b/kstars/kstars/magnitudespinbox.h index f4f62d53..c5f120c5 100644 --- a/kstars/kstars/magnitudespinbox.h +++ b/kstars/kstars/magnitudespinbox.h @@ -28,7 +28,7 @@ #include <knuminput.h> -class QWidget; +class TQWidget; class MagnitudeSpinBox : public KDoubleNumInput { diff --git a/kstars/kstars/mapcanvas.h b/kstars/kstars/mapcanvas.h index 666e51d2..b32098b2 100644 --- a/kstars/kstars/mapcanvas.h +++ b/kstars/kstars/mapcanvas.h @@ -34,7 +34,7 @@ *@version 1.0 */ -class QPixmap; +class TQPixmap; class MapCanvas : public TQWidget { Q_OBJECT diff --git a/kstars/kstars/opscatalog.h b/kstars/kstars/opscatalog.h index 514d9ea9..d57049d5 100644 --- a/kstars/kstars/opscatalog.h +++ b/kstars/kstars/opscatalog.h @@ -32,9 +32,9 @@ *@version 1.0 */ -class QWidget; +class TQWidget; class KStars; -class QCheckListItem; +class TQCheckListItem; class OpsCatalog : public OpsCatalogUI { diff --git a/kstars/kstars/opscolors.h b/kstars/kstars/opscolors.h index a6623ef0..23a93d20 100644 --- a/kstars/kstars/opscolors.h +++ b/kstars/kstars/opscolors.h @@ -35,7 +35,7 @@ *@version 1.0 */ -class QWidget; +class TQWidget; class KStars; class OpsColors : public OpsColorsUI diff --git a/kstars/kstars/planetcatalog.h b/kstars/kstars/planetcatalog.h index 976372b9..99a7b65e 100644 --- a/kstars/kstars/planetcatalog.h +++ b/kstars/kstars/planetcatalog.h @@ -35,7 +35,7 @@ #include <tqobject.h> #include <tqptrlist.h> -class QString; +class TQString; class KStarsData; class KSNumbers; class KSPlanetBase; diff --git a/kstars/kstars/skymap.h b/kstars/kstars/skymap.h index 04f8a52f..b6badd3b 100644 --- a/kstars/kstars/skymap.h +++ b/kstars/kstars/skymap.h @@ -26,11 +26,11 @@ #define HOVER_INTERVAL 500 -class QPainter; -class QPaintDevice; -class QPoint; -class QPointArray; -class QPixmap; +class TQPainter; +class TQPaintDevice; +class TQPoint; +class TQPointArray; +class TQPixmap; class dms; class InfoBoxes; diff --git a/kstars/kstars/skyobject.h b/kstars/kstars/skyobject.h index a8376d45..442c8c43 100644 --- a/kstars/kstars/skyobject.h +++ b/kstars/kstars/skyobject.h @@ -36,7 +36,7 @@ *@version 1.0 */ -class QPoint; +class TQPoint; class GeoLocation; class KStarsDateTime; diff --git a/kstars/kstars/starobject.h b/kstars/kstars/starobject.h index f4ca1bd9..d92fae87 100644 --- a/kstars/kstars/starobject.h +++ b/kstars/kstars/starobject.h @@ -22,8 +22,8 @@ #include "skyobject.h" -class QPainter; -class QString; +class TQPainter; +class TQString; class KSPopupMenu; /**@class StarObject diff --git a/kstars/kstars/streamwg.h b/kstars/kstars/streamwg.h index 7fa14988..754853e5 100644 --- a/kstars/kstars/streamwg.h +++ b/kstars/kstars/streamwg.h @@ -19,12 +19,12 @@ #include "tqframe.h" - class QImage; - class QSocketNotifier; + class TQImage; + class TQSocketNotifier; class VideoWG; class INDIStdDevice; - class QPainter; - class QVBoxLayout; + class TQPainter; + class TQVBoxLayout; class StreamWG : public streamForm { diff --git a/kstars/kstars/telescopewizardprocess.h b/kstars/kstars/telescopewizardprocess.h index 3f19523f..3e55ccfe 100644 --- a/kstars/kstars/telescopewizardprocess.h +++ b/kstars/kstars/telescopewizardprocess.h @@ -17,7 +17,7 @@ class KStars; class INDIMenu; class INDIDriver; -class QTimer; +class TQTimer; class INDI_D; class KProgressDialog; diff --git a/kstars/kstars/thumbnaileditor.h b/kstars/kstars/thumbnaileditor.h index d7646bc0..78d5134b 100644 --- a/kstars/kstars/thumbnaileditor.h +++ b/kstars/kstars/thumbnaileditor.h @@ -23,7 +23,7 @@ class ThumbnailEditorUI; class ThumbnailPicker; -class QPoint; +class TQPoint; class ThumbImage : public QLabel { diff --git a/kstars/kstars/thumbnailpicker.h b/kstars/kstars/thumbnailpicker.h index 20dc5739..8cd52b99 100644 --- a/kstars/kstars/thumbnailpicker.h +++ b/kstars/kstars/thumbnailpicker.h @@ -24,9 +24,9 @@ class ThumbnailPickerUI; class ThumbnailEditor; -class QPixmap; -class QFile; -class QRect; +class TQPixmap; +class TQFile; +class TQRect; class DetailDialog; class SkyObject; diff --git a/kstars/kstars/timebox.h b/kstars/kstars/timebox.h index cc6b19fa..1f3f8b6d 100644 --- a/kstars/kstars/timebox.h +++ b/kstars/kstars/timebox.h @@ -22,7 +22,7 @@ #include <tqlineedit.h> #include <tqstring.h> -class QTime; +class TQTime; class ExtDate; /**@class timeBox diff --git a/kstars/kstars/timedialog.h b/kstars/kstars/timedialog.h index d7e94f36..e0f1a30e 100644 --- a/kstars/kstars/timedialog.h +++ b/kstars/kstars/timedialog.h @@ -23,12 +23,12 @@ #include "kstarsdatetime.h" -class QHBoxLayout; -class QVBoxLayout; +class TQHBoxLayout; +class TQVBoxLayout; class ExtDatePicker; -class QSpinBox; -class QLabel; -class QPushButton; +class TQSpinBox; +class TQLabel; +class TQPushButton; class KStars; /**@class TimeDialog diff --git a/kstars/kstars/timeunitbox.h b/kstars/kstars/timeunitbox.h index a245c55b..9e190b7b 100644 --- a/kstars/kstars/timeunitbox.h +++ b/kstars/kstars/timeunitbox.h @@ -41,7 +41,7 @@ *@version 1.0 */ -class QPushButton; +class TQPushButton; class TimeUnitBox : public TQVBox { Q_OBJECT diff --git a/kstars/kstars/tools/altvstime.h b/kstars/kstars/tools/altvstime.h index 7bf738f7..fc11e55b 100644 --- a/kstars/kstars/tools/altvstime.h +++ b/kstars/kstars/tools/altvstime.h @@ -21,9 +21,9 @@ #include "kstarsplotwidget.h" class KStarsDateTime; -class QTime; -class QVariant; -class QVBoxLayout; +class TQTime; +class TQVariant; +class TQVBoxLayout; class KDialogBase; class KLocale; class SkyObject; diff --git a/kstars/kstars/tools/astrocalc.h b/kstars/kstars/tools/astrocalc.h index 95051f2b..bbabcb24 100644 --- a/kstars/kstars/tools/astrocalc.h +++ b/kstars/kstars/tools/astrocalc.h @@ -29,12 +29,12 @@ #include "dms.h" -class QSplitter; -class QListView; -class QTextView; -class QListViewItem; -class QVBox; -class QString; +class TQSplitter; +class TQListView; +class TQTextView; +class TQListViewItem; +class TQVBox; +class TQString; class modCalcJD; class modCalcGeodCoord; class modCalcGalCoord; diff --git a/kstars/kstars/tools/kstarsplotwidget.h b/kstars/kstars/tools/kstarsplotwidget.h index dd28f195..a3c00d88 100644 --- a/kstars/kstars/tools/kstarsplotwidget.h +++ b/kstars/kstars/tools/kstarsplotwidget.h @@ -26,8 +26,8 @@ #define XPADDING 20 #define YPADDING 20 -class QColor; -class QPixmap; +class TQColor; +class TQPixmap; /**@class KStarsPlotWidget *@short A plotting widget for KStars tools, derived from the more generic class KPlotWidget. diff --git a/kstars/kstars/tools/lcgenerator.h b/kstars/kstars/tools/lcgenerator.h index 0e676be6..4e8e055c 100644 --- a/kstars/kstars/tools/lcgenerator.h +++ b/kstars/kstars/tools/lcgenerator.h @@ -31,17 +31,17 @@ #include <kdialogbase.h> #include <kio/job.h> -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; -class QFile; +class TQVBoxLayout; +class TQHBoxLayout; +class TQGridLayout; +class TQFile; class KLineEdit; class KListBox; class KPushButton; -class QCheckBox; -class QGroupBox; -class QLabel; -class QListBoxItem; +class TQCheckBox; +class TQGroupBox; +class TQLabel; +class TQListBoxItem; class KStars; diff --git a/kstars/kstars/tools/modcalcangdist.h b/kstars/kstars/tools/modcalcangdist.h index ee13374a..c5706938 100644 --- a/kstars/kstars/tools/modcalcangdist.h +++ b/kstars/kstars/tools/modcalcangdist.h @@ -29,7 +29,7 @@ class dms; class dmsBox; class SkyPoint; -class QTextStream; +class TQTextStream; class modCalcAngDist : public modCalcAngDistDlg { diff --git a/kstars/kstars/tools/modcalcapcoord.h b/kstars/kstars/tools/modcalcapcoord.h index 4ac09b38..bb9452db 100644 --- a/kstars/kstars/tools/modcalcapcoord.h +++ b/kstars/kstars/tools/modcalcapcoord.h @@ -31,7 +31,7 @@ class dms; class dmsBox; class SkyPoint; class KStarsDateTime; -class QTextStream; +class TQTextStream; class modCalcApCoord : public modCalcApCoordDlg { diff --git a/kstars/kstars/tools/modcalcazel.h b/kstars/kstars/tools/modcalcazel.h index 9ef67f6f..d7dae29a 100644 --- a/kstars/kstars/tools/modcalcazel.h +++ b/kstars/kstars/tools/modcalcazel.h @@ -22,7 +22,7 @@ #include <tqwidget.h> #include "modcalcazeldlg.h" -class QWidget; +class TQWidget; class SkyPoint; class KStarsDateTime; class GeoLocation; diff --git a/kstars/kstars/tools/modcalceclipticcoords.h b/kstars/kstars/tools/modcalceclipticcoords.h index 30757201..4a421214 100644 --- a/kstars/kstars/tools/modcalceclipticcoords.h +++ b/kstars/kstars/tools/modcalceclipticcoords.h @@ -21,7 +21,7 @@ #include "modcalceclipticcoordsdlg.h" #include "dms.h" -class QString; +class TQString; /** * Class which implements the KStars calculator module to compute diff --git a/kstars/kstars/tools/modcalcequinox.h b/kstars/kstars/tools/modcalcequinox.h index 14e664a2..71a42818 100644 --- a/kstars/kstars/tools/modcalcequinox.h +++ b/kstars/kstars/tools/modcalcequinox.h @@ -22,8 +22,8 @@ #include <tqwidget.h> #include "modcalcequinoxdlg.h" -class QWidget; -class QTextStream; +class TQWidget; +class TQTextStream; /** *@author Pablo de Vicente diff --git a/kstars/kstars/tools/modcalcgeodcoord.h b/kstars/kstars/tools/modcalcgeodcoord.h index 9cad095a..2d8fd186 100644 --- a/kstars/kstars/tools/modcalcgeodcoord.h +++ b/kstars/kstars/tools/modcalcgeodcoord.h @@ -29,9 +29,9 @@ *@version 0.9 */ -//class QWidget; -//class QLineEdit; -//class QRadioButton; +//class TQWidget; +//class TQLineEdit; +//class TQRadioButton; //class dmsBox; class GeoLocation; diff --git a/kstars/kstars/tools/modcalcjd.h b/kstars/kstars/tools/modcalcjd.h index 321e61e8..c7505b7a 100644 --- a/kstars/kstars/tools/modcalcjd.h +++ b/kstars/kstars/tools/modcalcjd.h @@ -32,7 +32,7 @@ *@version 0.9 */ -class QWidget; +class TQWidget; class VBox; class KStarsDateTime; diff --git a/kstars/kstars/tools/modcalcplanets.h b/kstars/kstars/tools/modcalcplanets.h index 51451763..359a7074 100644 --- a/kstars/kstars/tools/modcalcplanets.h +++ b/kstars/kstars/tools/modcalcplanets.h @@ -24,8 +24,8 @@ #include "geolocation.h" #include "kstarsdatetime.h" -class QWidget; -class QTextStream; +class TQWidget; +class TQTextStream; class KSPlanet; class KSMoon; class KSSun; diff --git a/kstars/kstars/tools/modcalcprec.h b/kstars/kstars/tools/modcalcprec.h index bd70a44d..bf01d8bd 100644 --- a/kstars/kstars/tools/modcalcprec.h +++ b/kstars/kstars/tools/modcalcprec.h @@ -31,7 +31,7 @@ *@version 0.9 */ -class QString; +class TQString; class dms; class SkyPoint; diff --git a/kstars/kstars/tools/modcalcsidtime.h b/kstars/kstars/tools/modcalcsidtime.h index 30caf7a7..08e5497c 100644 --- a/kstars/kstars/tools/modcalcsidtime.h +++ b/kstars/kstars/tools/modcalcsidtime.h @@ -31,7 +31,7 @@ */ class dms; -class QTime; +class TQTime; class ExtDate; class modCalcSidTime : public modCalcSidTimeDlg { diff --git a/kstars/kstars/tools/modcalcvlsr.h b/kstars/kstars/tools/modcalcvlsr.h index ea12d7ca..614e321a 100644 --- a/kstars/kstars/tools/modcalcvlsr.h +++ b/kstars/kstars/tools/modcalcvlsr.h @@ -22,7 +22,7 @@ #include <tqwidget.h> #include "modcalcvlsrdlg.h" -class QWidget; +class TQWidget; class SkyPoint; class KStarsDateTime; class GeoLocation; diff --git a/kstars/kstars/tools/observinglist.h b/kstars/kstars/tools/observinglist.h index 2acc6ca1..e2beaba6 100644 --- a/kstars/kstars/tools/observinglist.h +++ b/kstars/kstars/tools/observinglist.h @@ -23,7 +23,7 @@ class KStars; class ObservingListUI; -class QStringList; +class TQStringList; /**@class ObservingList *Tool window for managing a custom list of objects. The window diff --git a/kstars/kstars/tools/obslistwizard.h b/kstars/kstars/tools/obslistwizard.h index dd6c9230..bbf7bbd7 100644 --- a/kstars/kstars/tools/obslistwizard.h +++ b/kstars/kstars/tools/obslistwizard.h @@ -22,7 +22,7 @@ #include "obslistwizardui.h" class KStars; -class QListViewItem; +class TQListViewItem; /**@class ObsListWizard *@short Wizard for constructing observing lists diff --git a/kstars/kstars/tools/scriptbuilder.h b/kstars/kstars/tools/scriptbuilder.h index 521bdbdb..0a532911 100644 --- a/kstars/kstars/tools/scriptbuilder.h +++ b/kstars/kstars/tools/scriptbuilder.h @@ -19,9 +19,9 @@ #define SCRIPTBUILDER_H class KStars; -class QListViewItem; -class QWidget; -class QLayout; +class TQListViewItem; +class TQWidget; +class TQLayout; class KURL; class ScriptFunction; class ScriptBuilderUI; diff --git a/kstars/kstars/tools/wutdialog.h b/kstars/kstars/tools/wutdialog.h index 452c4e9a..409fa4d5 100644 --- a/kstars/kstars/tools/wutdialog.h +++ b/kstars/kstars/tools/wutdialog.h @@ -30,7 +30,7 @@ class GeoLocation; class SkyObject; class SkyObjectName; class WUTDialogUI; -class QFrame; +class TQFrame; /**@class WUTDialog *What's up tonight dialog is a window which lists all skyobjects that will |