summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indidevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indidevice.h')
-rw-r--r--kstars/kstars/indidevice.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/kstars/kstars/indidevice.h b/kstars/kstars/indidevice.h
index 88188fb6..ce7b0827 100644
--- a/kstars/kstars/indidevice.h
+++ b/kstars/kstars/indidevice.h
@@ -13,7 +13,7 @@
#include <kdialogbase.h>
#include <unistd.h>
-#include <qptrlist.h>
+#include <tqptrlist.h>
#include "indielement.h"
@@ -71,26 +71,26 @@ class INDI_D : public KDialogBase
{
Q_OBJECT
public:
- INDI_D(INDIMenu *parentMenu, DeviceManager *parentManager, QString inName, QString inLabel);
+ INDI_D(INDIMenu *parentMenu, DeviceManager *parentManager, TQString inName, TQString inLabel);
~INDI_D();
- QString name; /* device name */
+ TQString name; /* device name */
QString label; /* device label */
QVBox *deviceVBox; /* device tab frame */
- QTabWidget *groupContainer; /* Groups within the device */
+ TQTabWidget *groupContainer; /* Groups within the device */
QTextEdit *msgST_w; /* scrolled text for messages */
unsigned char *dataBuffer; /* Generic buffer */
- //QScrollView *sv; /* Scroll view */
- //QVBoxLayout *mainLayout;
- //QVBox *propertyLayout;
- //QSpacerItem *vSpacer;
- //QSpacerItem *hSpacer;
-
- //QPushButton *clear;
- //QHBoxLayout *buttonLayout;
+ //TQScrollView *sv; /* Scroll view */
+ //TQVBoxLayout *mainLayout;
+ //TQVBox *propertyLayout;
+ //TQSpacerItem *vSpacer;
+ //TQSpacerItem *hSpacer;
+
+ //TQPushButton *clear;
+ //TQHBoxLayout *buttonLayout;
INDIStdDevice *stdDev;
- QPtrList<INDI_G> gl; /* list of pointers to groups */
+ TQPtrList<INDI_G> gl; /* list of pointers to groups */
INDI_G *curGroup;
bool INDIStdSupport;
@@ -118,9 +118,9 @@ class INDI_D : public KDialogBase
/*****************************************************************
* Find
******************************************************************/
- INDI_P * findProp (QString name);
- INDI_E * findElem (QString name);
- INDI_G * findGroup (QString grouptag, int create, char errmsg[]);
+ INDI_P * findProp (TQString name);
+ INDI_E * findElem (TQString name);
+ INDI_G * findGroup (TQString grouptag, int create, char errmsg[]);
int findPerm (INDI_P *pp , XMLEle *root, PPerm *permp, char errmsg[]);
/*****************************************************************