summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indistd.h')
-rw-r--r--kstars/kstars/indistd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kstars/kstars/indistd.h b/kstars/kstars/indistd.h
index f2780493..c69bec46 100644
--- a/kstars/kstars/indistd.h
+++ b/kstars/kstars/indistd.h
@@ -12,7 +12,7 @@
#ifndef INDISTD_H
#define INDISTD_H
- #include <qobject.h>
+ #include <tqobject.h>
#include <indi/lilxml.h>
#include <kfileitem.h>
@@ -43,7 +43,7 @@
StreamWG *streamWindow;
CCDPreviewWG *CCDPreviewWindow;
SkyObject *currentObject;
- QTimer *devTimer;
+ TQTimer *devTimer;
KProgressDialog *downloadDialog;
@@ -52,7 +52,7 @@
void setTextValue(INDI_P *pp);
void setLabelState(INDI_P *pp);
void registerProperty(INDI_P *pp);
- void handleBLOB(unsigned char *buffer, int bufferSize, QString dataFormat);
+ void handleBLOB(unsigned char *buffer, int bufferSize, TQString dataFormat);
/* Device options */
void initDeviceOptions();
@@ -66,7 +66,7 @@
/* INDI STD: Updates device location */
void updateLocation();
/* Update image prefix */
- void updateSequencePrefix(QString newPrefix);
+ void updateSequencePrefix(TQString newPrefix);
int dataType;
int initDevCounter;
@@ -89,7 +89,7 @@
signals:
void linkRejected();
void linkAccepted();
- void FITSReceived(QString deviceLabel);
+ void FITSReceived(TQString deviceLabel);
};