From 0e1649599e9aea4fccb8435fbf74796e0756d282 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 28 Jun 2023 14:56:12 +0900 Subject: Fix functionality broken by commit fd0046c4 Signed-off-by: Michele Calgaro --- knode/utilities.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'knode/utilities.h') 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 #include -#include -#include 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: -- cgit v1.2.1