diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-28 14:56:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-29 23:45:49 +0900 |
commit | 0e1649599e9aea4fccb8435fbf74796e0756d282 (patch) | |
tree | 5c62a6ea7aa518a1caa641adbd1b7f6b3182c3df /knode/utilities.h | |
parent | fd0046c40716f19ab1bd3bff77b123e373b73771 (diff) | |
download | tdepim-0e1649599e9aea4fccb8435fbf74796e0756d282.tar.gz tdepim-0e1649599e9aea4fccb8435fbf74796e0756d282.zip |
Fix functionality broken by commit fd0046c4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'knode/utilities.h')
-rw-r--r-- | knode/utilities.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/knode/utilities.h b/knode/utilities.h index 989388759..f20d99e1c 100644 --- a/knode/utilities.h +++ b/knode/utilities.h @@ -20,8 +20,6 @@ #include <tqfile.h> #include <tqglobal.h> -#include <tqptrvector.h> -#include <tqptrlist.h> class TQWidget; class TQString; @@ -44,7 +42,7 @@ class KNFile : public TQFile { const TQCString& readLine(); const TQCString& readLineWnewLine(); /** searches for the string from the current file position - returns -1 when the string wasn't found. */ + returns -1 when the string wasn't found. */ int findString(const char *s); protected: |