diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:34:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:34:00 -0600 |
commit | b98d1ff3de3e501c2a08b61433937cc7bfcc97dc (patch) | |
tree | ac02eae99f531d7f097dbde97b453ada0d3c7cda /common | |
parent | dd3d53e70948ffd0e3e2745edfd345bbeb838a32 (diff) | |
download | tde-style-qtcurve-b98d1ff3de3e501c2a08b61433937cc7bfcc97dc.tar.gz tde-style-qtcurve-b98d1ff3de3e501c2a08b61433937cc7bfcc97dc.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'common')
-rw-r--r-- | common/config_file.c | 2 | ||||
-rw-r--r-- | common/config_file.c-orig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/config_file.c b/common/config_file.c index 126838f..a923273 100644 --- a/common/config_file.c +++ b/common/config_file.c @@ -53,7 +53,7 @@ #include <tqmap.h> #include <tqfile.h> -#include <tqtextstream.h> +#include <textstream.h> #endif #endif // __cplusplus diff --git a/common/config_file.c-orig b/common/config_file.c-orig index 772e4e7..9727460 100644 --- a/common/config_file.c-orig +++ b/common/config_file.c-orig @@ -391,7 +391,7 @@ static void checkColor(EShade *s, color *c) #include <tqmap.h> #include <tqfile.h> -#include <tqtextstream.h> +#include <textstream.h> #endif class TQtCConfig |