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 /dcoppython/shell | |
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 'dcoppython/shell')
-rw-r--r-- | dcoppython/shell/pcop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/shell/pcop.cpp b/dcoppython/shell/pcop.cpp index 88e26cc1..0e81bb26 100644 --- a/dcoppython/shell/pcop.cpp +++ b/dcoppython/shell/pcop.cpp @@ -17,7 +17,7 @@ #include <tqcstring.h> #include <tqdatastream.h> #include <tqfile.h> -#include <tqtextstream.h> +#include <textstream.h> #include <tqstring.h> #include <dcopclient.h> |