diff options
Diffstat (limited to 'kjsembed/jsfactory.cpp')
-rw-r--r-- | kjsembed/jsfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kjsembed/jsfactory.cpp b/kjsembed/jsfactory.cpp index af8d6589..5e6a22a7 100644 --- a/kjsembed/jsfactory.cpp +++ b/kjsembed/jsfactory.cpp @@ -31,14 +31,14 @@ #include <tqmainwindow.h> //#include <tqpainter.h> #include <tqprogressdialog.h> -#include <textstream.h> +#include <tqtextstream.h> #include <tqtimer.h> #include <tqwidget.h> #include <tqwidgetfactory.h> #include <tqsplitter.h> #include <tqscrollview.h> #include <tqcanvas.h> -#include <layout.h> +#include <tqlayout.h> #include <tqsplashscreen.h> #ifndef QT_ONLY |