summaryrefslogtreecommitdiffstats
path: root/src/ctcron.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctcron.h')
-rw-r--r--src/ctcron.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ctcron.h b/src/ctcron.h
index b8d03fe..4843dfc 100644
--- a/src/ctcron.h
+++ b/src/ctcron.h
@@ -12,14 +12,14 @@
#ifndef CTCRON_H
#define CTCRON_H
-// Do not introduce any Qt or KDE dependencies into the "CT"-prefixed classes.
+// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include <vector>
#include <string>
#include <iostream>
-#include <qstring.h> // Anarchy! -WABA
+#include <tqstring.h> // Anarchy! -WABA
class CTException;
class CTTask;
@@ -94,7 +94,7 @@ public:
/**
* Return error description
*/
- QString errorMessage() { QString r = error; error = QString::null; return r; }
+ TQString errorMessage() { TQString r = error; error = TQString::null; return r; }
/**
@@ -138,10 +138,10 @@ private:
unsigned int initialTaskCount;
unsigned int initialVariableCount;
- QString writeCommand;
- QString tmpFileName;
+ TQString writeCommand;
+ TQString tmpFileName;
- QString error;
+ TQString error;
protected:
// Initialize member variables from the struct passwd.