diff options
Diffstat (limited to 'kghostview/kgvdocument.h')
| -rw-r--r-- | kghostview/kgvdocument.h | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/kghostview/kgvdocument.h b/kghostview/kgvdocument.h index 3a9764f3..2de2fc69 100644 --- a/kghostview/kgvdocument.h +++ b/kghostview/kgvdocument.h @@ -33,7 +33,7 @@ class Pdf2dsc;  class KGVDocument : public TQObject  { -    Q_OBJECT +    TQ_OBJECT  public: @@ -159,7 +159,7 @@ private:  class Pdf2dsc : public TQObject  { -    Q_OBJECT +    TQ_OBJECT  public: @@ -193,5 +193,3 @@ inline bool KGVDocument::isOpen() const  #endif - -// vim:sw=4:sts=4:ts=8:sta:tw=78:noet | 
