diff options
Diffstat (limited to 'kcron/ctcron.h')
-rw-r--r-- | kcron/ctcron.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcron/ctcron.h b/kcron/ctcron.h index 2aaf01b..485da8d 100644 --- a/kcron/ctcron.h +++ b/kcron/ctcron.h @@ -12,7 +12,7 @@ #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> @@ -94,7 +94,7 @@ public: /** * Return error description */ - TQString errorMessage() { TQString r = error; error = TQString::null; return r; } + TQString errorMessage() { TQString r = error; error = TQString(); return r; } /** |