diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:58:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:58:40 -0600 |
commit | a0472c850388f074c4d6329832bded85715ab364 (patch) | |
tree | 3136f99dca07e33bdbc32a3191804f0f6e2d8fbc /korundum/rubylib/rbkconfig_compiler | |
parent | 996381f5af9d39777caa6c48bac35d8ff92ad99e (diff) | |
download | tdebindings-a0472c850388f074c4d6329832bded85715ab364.tar.gz tdebindings-a0472c850388f074c4d6329832bded85715ab364.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 996381f5af9d39777caa6c48bac35d8ff92ad99e.
Diffstat (limited to 'korundum/rubylib/rbkconfig_compiler')
-rw-r--r-- | korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp b/korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp index f4777554..bc1114bb 100644 --- a/korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp +++ b/korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp @@ -23,7 +23,7 @@ */ #include <tqfile.h> -#include <textstream.h> +#include <tqtextstream.h> #include <tqdom.h> #include <tqregexp.h> |