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 a0529261..247a8dfd 100644 --- a/kpdf/core/document.h +++ b/kpdf/core/document.h @@ -49,7 +49,7 @@ class KURL; */ class KPDFDocument : public TQObject { - Q_OBJECT + TQ_OBJECT public: KPDFDocument( TQWidget *widget ); |