summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indidriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indidriver.h')
-rw-r--r--kstars/kstars/indidriver.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/kstars/kstars/indidriver.h b/kstars/kstars/indidriver.h
index 3511112e..cdb3ec17 100644
--- a/kstars/kstars/indidriver.h
+++ b/kstars/kstars/indidriver.h
@@ -40,9 +40,10 @@ struct INDIHostsInfo
int mgrID;
};
-class IDevice : public QObject
+class IDevice : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
IDevice(TQString inLabel, TQString inDriver, TQString inVersion);
@@ -79,10 +80,11 @@ class INDIDriver : public devManager
{
Q_OBJECT
+ TQ_OBJECT
public:
- INDIDriver(TQWidget * parent = 0);
+ INDIDriver(TQWidget * tqparent = 0);
~INDIDriver();
KListView* deviceContainer;
@@ -130,8 +132,8 @@ public slots:
void updateMenuActions();
void ClientprocessRightButton( TQListViewItem *, const TQPoint &, int );
void LocalprocessRightButton( TQListViewItem *, const TQPoint &, int );
- void processDeviceStatus(int);
- void processHostStatus(int);
+ void processDevicetqStatus(int);
+ void processHosttqStatus(int);
void addINDIHost();
void modifyINDIHost();
void removeINDIHost();