diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:58:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:58:47 -0600 |
commit | b46b29c7d7720027aec2936e80d6a09351b7d641 (patch) | |
tree | 8e55fcc884329d9765c5736abd8730ce06536378 /bibletime/frontend/cprinter.h | |
parent | 8a375d1cda61021c5aeb07ba44b84002e67fbec4 (diff) | |
download | bibletime-b46b29c7d7720027aec2936e80d6a09351b7d641.tar.gz bibletime-b46b29c7d7720027aec2936e80d6a09351b7d641.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'bibletime/frontend/cprinter.h')
-rw-r--r-- | bibletime/frontend/cprinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/frontend/cprinter.h b/bibletime/frontend/cprinter.h index 67dab27..078cfe2 100644 --- a/bibletime/frontend/cprinter.h +++ b/bibletime/frontend/cprinter.h @@ -33,7 +33,7 @@ namespace Printing { */ class CPrinter : public TQObject, public Rendering::CDisplayRendering { Q_OBJECT - TQ_OBJECT + public: CPrinter( TQObject *parent, CSwordBackend::DisplayOptions displayOptions, CSwordBackend::FilterOptions filterOptions |