summaryrefslogtreecommitdiffstats
path: root/ksysv/RunlevelAuthIcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/RunlevelAuthIcon.h')
-rw-r--r--ksysv/RunlevelAuthIcon.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/ksysv/RunlevelAuthIcon.h b/ksysv/RunlevelAuthIcon.h
index d33f24d..c4dddd5 100644
--- a/ksysv/RunlevelAuthIcon.h
+++ b/ksysv/RunlevelAuthIcon.h
@@ -13,8 +13,8 @@ class RunlevelAuthIcon : public KAuthIcon
Q_PROPERTY (int refreshInterval READ refreshInterval WRITE setRefreshInterval)
public:
- RunlevelAuthIcon (const QString& scriptPath, const QString& runlevelPath,
- QWidget* parent = 0L, const char* name = 0L);
+ RunlevelAuthIcon (const TQString& scriptPath, const TQString& runlevelPath,
+ TQWidget* parent = 0L, const char* name = 0L);
virtual ~RunlevelAuthIcon ();
@@ -26,8 +26,8 @@ public:
public slots:
virtual void updateStatus ();
- void setServicesPath (const QString& servicesPath);
- void setRunlevelPath (const QString& runlevelPath);
+ void setServicesPath (const TQString& servicesPath);
+ void setRunlevelPath (const TQString& runlevelPath);
void setRefreshInterval (int);
@@ -37,9 +37,9 @@ private slots:
void timerEvent ();
private:
- QTimer* mTimer;
- QFileInfo* mServicesInfo;
- QFileInfo** mRLInfo;
+ TQTimer* mTimer;
+ TQFileInfo* mServicesInfo;
+ TQFileInfo** mRLInfo;
bool mOld;
int mInterval;