diff options
Diffstat (limited to 'khtml/khtmlpart_p.h')
-rw-r--r-- | khtml/khtmlpart_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/khtmlpart_p.h b/khtml/khtmlpart_p.h index 0047dde54..cebee9455 100644 --- a/khtml/khtmlpart_p.h +++ b/khtml/khtmlpart_p.h @@ -72,7 +72,7 @@ namespace KParts namespace khtml { - class KDE_EXPORT ChildFrame : public QObject + class KDE_EXPORT ChildFrame : public TQObject { Q_OBJECT public: @@ -127,7 +127,7 @@ typedef KHTMLFrameList::Iterator FrameIt; static int khtml_part_dcop_counter = 0; -class KHTMLWalletQueue : public QObject +class KHTMLWalletQueue : public TQObject { Q_OBJECT public: |