diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 1999-12-15 19:37:58 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 1999-12-15 19:37:58 (GMT) |
commit | 916d6d5c6f6c9d14c4c9a636582671c81447f54a (patch) | |
tree | b859924ab8503fed25bbfbc7ea96b72b9dee34b0 /src/instdox.cpp | |
parent | a54eecdf4b3c961ff41bc5d3ea6f21713e08f903 (diff) | |
download | Doxygen-916d6d5c6f6c9d14c4c9a636582671c81447f54a.zip Doxygen-916d6d5c6f6c9d14c4c9a636582671c81447f54a.tar.gz Doxygen-916d6d5c6f6c9d14c4c9a636582671c81447f54a.tar.bz2 |
mods for doxygen-0.49-991106
Diffstat (limited to 'src/instdox.cpp')
-rw-r--r-- | src/instdox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/instdox.cpp b/src/instdox.cpp index 4faa2e6..f4e6de6 100644 --- a/src/instdox.cpp +++ b/src/instdox.cpp @@ -19,8 +19,8 @@ #include "qtbc.h" #include <qfile.h> -#include <qfileinf.h> -#include <qtstream.h> +#include <qfileinfo.h> +#include <qtextstream.h> #include "instdox.h" #include "doxygen.h" |