diff options
Diffstat (limited to 'kwin/clients/web')
-rw-r--r-- | kwin/clients/web/Web.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kwin/clients/web/Web.h b/kwin/clients/web/Web.h index 7d7d53bfb..c8a8fa2db 100644 --- a/kwin/clients/web/Web.h +++ b/kwin/clients/web/Web.h @@ -26,9 +26,9 @@ #include "../../lib/kcommondecoration.h" #include "../../lib/kdecorationfactory.h" -class QLabel; -class QSpacerItem; -class QBoxLayout; +class TQLabel; +class TQSpacerItem; +class TQBoxLayout; namespace Web { |