diff options
Diffstat (limited to 'kio/kio/tdelficon.h')
-rw-r--r-- | kio/kio/tdelficon.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/kio/kio/tdelficon.h b/kio/kio/tdelficon.h index 7b17df818..7a962bdaa 100644 --- a/kio/kio/tdelficon.h +++ b/kio/kio/tdelficon.h @@ -1,8 +1,13 @@ - #include <alloca.h> #include <stdint.h> #include <cstdlib> +#include <tqdict.h> +#include <tqvalidator.h> +#include <tqcstring.h> +#include <tqfile.h> +#include <tqdatetime.h> + extern "C" { #include <libr-icons.h> @@ -45,4 +50,5 @@ extern "C" { } int get_iconlist(libr_file *file_handle, iconlist *icons); -iconentry *get_nexticon(iconlist *icons, iconentry *last_entry);
\ No newline at end of file +iconentry *get_nexticon(iconlist *icons, iconentry *last_entry); +TQString elf_get_resource(libr_file *handle, char *section_name);
\ No newline at end of file |