summaryrefslogtreecommitdiffstats
path: root/kcron/cthost.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/cthost.h')
-rw-r--r--kcron/cthost.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcron/cthost.h b/kcron/cthost.h
index 6d601c3..022ff54 100644
--- a/kcron/cthost.h
+++ b/kcron/cthost.h
@@ -18,7 +18,7 @@
#include <vector>
#include <string>
-#include <qstring.h> // Whatever
+#include <tqstring.h> // Whatever
class CTCron;
struct passwd;
@@ -78,7 +78,7 @@ public:
/**
* Error message
*/
- QString errorMessage() { QString r = error; error = QString::null; return r; }
+ TQString errorMessage() { TQString r = error; error = TQString::null; return r; }
/**
@@ -110,7 +110,7 @@ private:
CTCron* createCTCron(bool _syscron = false, std::string _login = "");
CTCron* createCTCron(const struct passwd *);
- QString error;
+ TQString error;
};
typedef std::vector<CTCron*>::iterator CTCronIterator;