diff options
Diffstat (limited to 'kpdf/core/document.h')
-rw-r--r-- | kpdf/core/document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/core/document.h b/kpdf/core/document.h index ee5a8a88..d4d44f9a 100644 --- a/kpdf/core/document.h +++ b/kpdf/core/document.h @@ -50,7 +50,7 @@ class KURL; class KPDFDocument : public TQObject { Q_OBJECT - TQ_OBJECT + public: KPDFDocument( TQWidget *widget ); ~KPDFDocument(); |