diff options
Diffstat (limited to 'korganizer/exportwebdialog.cpp')
-rw-r--r-- | korganizer/exportwebdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/exportwebdialog.cpp b/korganizer/exportwebdialog.cpp index c5868f146..ea04c9dbd 100644 --- a/korganizer/exportwebdialog.cpp +++ b/korganizer/exportwebdialog.cpp @@ -22,7 +22,7 @@ without including the source code for TQt in the source distribution. */ -#include <tqlayout.h> +#include <layout.h> #include <tqhgroupbox.h> #include <tqvgroupbox.h> #include <tqvbuttongroup.h> @@ -33,7 +33,7 @@ #include <tqvbox.h> #include <tqpushbutton.h> #include <tqfiledialog.h> -#include <tqtextstream.h> +#include <textstream.h> #include <tqlabel.h> #include <klocale.h> |