diff options
Diffstat (limited to 'kparts/part.h')
-rw-r--r-- | kparts/part.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kparts/part.h b/kparts/part.h index 36e2ca241..0c4023f6c 100644 --- a/kparts/part.h +++ b/kparts/part.h @@ -28,10 +28,10 @@ #include <kxmlguiclient.h> class KInstance; -class QWidget; +class TQWidget; class KAction; class KActionCollection; -class QEvent; +class TQEvent; struct QUnknownInterface; namespace KIO { |