summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:42 -0600
commit77252ab600ddb54c54afda4182db0b62e6734ae8 (patch)
tree0e6627fd5db46b782d6c8fec3c9c34090c20ca35 /common
parentb98d1ff3de3e501c2a08b61433937cc7bfcc97dc (diff)
downloadtde-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')
-rw-r--r--common/config_file.c2
-rw-r--r--common/config_file.c-orig2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/config_file.c b/common/config_file.c
index a923273..126838f 100644
--- a/common/config_file.c
+++ b/common/config_file.c
@@ -53,7 +53,7 @@
#include <tqmap.h>
#include <tqfile.h>
-#include <textstream.h>
+#include <tqtextstream.h>
#endif
#endif // __cplusplus
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