summaryrefslogtreecommitdiffstats
path: root/kmilo/asus/asus.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmilo/asus/asus.h')
-rw-r--r--kmilo/asus/asus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmilo/asus/asus.h b/kmilo/asus/asus.h
index 90361d8..c809eea 100644
--- a/kmilo/asus/asus.h
+++ b/kmilo/asus/asus.h
@@ -42,7 +42,7 @@ typedef struct
*/
class AsusMonitor: public Monitor {
public:
- AsusMonitor(QObject *parent, const char *name, const QStringList&);
+ AsusMonitor(TQObject *parent, const char *name, const TQStringList&);
virtual ~AsusMonitor();
/**
@@ -72,7 +72,7 @@ class AsusMonitor: public Monitor {
asus_state_struct asus_state;
bool readProc(asus_state_struct* );
- int readProcEntry(const QString &);
+ int readProcEntry(const TQString &);
void clearStruct(asus_state_struct& asus_state);