diff options
Diffstat (limited to 'kword/KWInsertDia.cpp')
-rw-r--r-- | kword/KWInsertDia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWInsertDia.cpp b/kword/KWInsertDia.cpp index 09764608..23c7654a 100644 --- a/kword/KWInsertDia.cpp +++ b/kword/KWInsertDia.cpp @@ -28,7 +28,7 @@ #include <tqspinbox.h> #include <tqradiobutton.h> #include <tqbuttongroup.h> -#include <tqlayout.h> +#include <layout.h> KWInsertDia::KWInsertDia( KWView *parent, KWTableFrameSet *table, InsertType type, int insertHint) : KDialogBase( Plain, (type==insertRow?i18n("Insert Row") : i18n("Insert Column")), Ok | Cancel, Ok, parent, "Insert Table items dialog", true ) |