diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:46:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:46:49 -0600 |
commit | 996381f5af9d39777caa6c48bac35d8ff92ad99e (patch) | |
tree | be6f90dd1ba720117f052b201ba47c573df2769a /xparts | |
parent | e3ea15d255e93780eb08507aac726f305ae2ffb3 (diff) | |
download | tdebindings-996381f5af9d39777caa6c48bac35d8ff92ad99e.tar.gz tdebindings-996381f5af9d39777caa6c48bac35d8ff92ad99e.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'xparts')
-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 5dc7157c..35b71e4f 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 <tqtextstream.h> +#include <textstream.h> #include <stdio.h> #include <iostream> #include <xpart.h> |