diff options
Diffstat (limited to 'kparts/tests')
-rw-r--r-- | kparts/tests/notepad.cpp | 2 | ||||
-rw-r--r-- | kparts/tests/parts.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kparts/tests/notepad.cpp b/kparts/tests/notepad.cpp index 311a49372..e0857a51e 100644 --- a/kparts/tests/notepad.cpp +++ b/kparts/tests/notepad.cpp @@ -5,7 +5,7 @@ #include <tqsplitter.h> #include <tqfile.h> -#include <textstream.h> +#include <tqtextstream.h> #include <tqmultilineedit.h> #include <kaboutdata.h> diff --git a/kparts/tests/parts.cpp b/kparts/tests/parts.cpp index 2d4409dda..d932a168f 100644 --- a/kparts/tests/parts.cpp +++ b/kparts/tests/parts.cpp @@ -6,7 +6,7 @@ #include <tqcheckbox.h> #include <tqfile.h> #include <tqdir.h> -#include <textstream.h> +#include <tqtextstream.h> #include <tqmultilineedit.h> #include <tqlineedit.h> #include <tqvbox.h> |