diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:57:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:57:42 -0600 |
commit | 77252ab600ddb54c54afda4182db0b62e6734ae8 (patch) | |
tree | 0e6627fd5db46b782d6c8fec3c9c34090c20ca35 /common/config_file.c-orig | |
parent | b98d1ff3de3e501c2a08b61433937cc7bfcc97dc (diff) | |
download | tde-style-qtcurve-77252ab600ddb54c54afda4182db0b62e6734ae8.tar.gz tde-style-qtcurve-77252ab600ddb54c54afda4182db0b62e6734ae8.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit b98d1ff3de3e501c2a08b61433937cc7bfcc97dc.
Diffstat (limited to 'common/config_file.c-orig')
-rw-r--r-- | common/config_file.c-orig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/config_file.c-orig b/common/config_file.c-orig index 9727460..772e4e7 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 <textstream.h> +#include <tqtextstream.h> #endif class TQtCConfig |