diff options
Diffstat (limited to 'xparts/xpart_notepad/xp_notepad.cpp')
-rw-r--r-- | xparts/xpart_notepad/xp_notepad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xparts/xpart_notepad/xp_notepad.cpp b/xparts/xpart_notepad/xp_notepad.cpp index 35b71e4f..5dc7157c 100644 --- a/xparts/xpart_notepad/xp_notepad.cpp +++ b/xparts/xpart_notepad/xp_notepad.cpp @@ -2,7 +2,7 @@ #include <kapplication.h> #include <tqmultilineedit.h> #include <tqfile.h> -#include <textstream.h> +#include <tqtextstream.h> #include <stdio.h> #include <iostream> #include <xpart.h> |