diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:45:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:45:00 -0600 |
commit | ca82971624269719d487c6f7980d7237f9420036 (patch) | |
tree | cac461d765c50b2709a9ef6324940e70fe056ba2 /kfile-plugins/html | |
parent | 0e4ea21f450acbb4ea3c5a1293341668494d7dd4 (diff) | |
download | tdeaddons-ca82971624269719d487c6f7980d7237f9420036.tar.gz tdeaddons-ca82971624269719d487c6f7980d7237f9420036.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'kfile-plugins/html')
-rw-r--r-- | kfile-plugins/html/kfile_html.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfile-plugins/html/kfile_html.cpp b/kfile-plugins/html/kfile_html.cpp index 7ed2859..9e4abbd 100644 --- a/kfile-plugins/html/kfile_html.cpp +++ b/kfile-plugins/html/kfile_html.cpp @@ -28,7 +28,7 @@ #include <tqcstring.h> #include <tqfile.h> #include <tqregexp.h> -#include <tqtextcodec.h> +#include <textcodec.h> typedef KGenericFactory<KHtmlPlugin> HtmlFactory; |