diff options
Diffstat (limited to 'kpackage/managementWidget.h')
-rw-r--r-- | kpackage/managementWidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpackage/managementWidget.h b/kpackage/managementWidget.h index f4bd82a..b48e711 100644 --- a/kpackage/managementWidget.h +++ b/kpackage/managementWidget.h @@ -47,7 +47,7 @@ #include <tqpushbutton.h> #include <tqptrlist.h> #include <tqstring.h> -#include <tqlayout.h> +#include <layout.h> #include <tqtabwidget.h> #include <tqlabel.h> #include <tqhbox.h> @@ -181,7 +181,7 @@ private: // This widget displays the package info / file-list TQBoxLayout *top, *leftbox, *rightbox, *lbuttons, *rbuttons; - // These are the tqgeometry managers + // These are the geometry managers TQFrame *leftpanel, *rightpanel; // frame to put TQBox in |