diff options
Diffstat (limited to 'src/pageviewer.h')
-rw-r--r-- | src/pageviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pageviewer.h b/src/pageviewer.h index 3b39437..c12b4d1 100644 --- a/src/pageviewer.h +++ b/src/pageviewer.h @@ -41,7 +41,7 @@ namespace KlamAV // the back/forward navigation was taken from KDevelop. Kudos to the KDevelop team! class PageViewer : public Viewer { - Q_OBJECT + TQ_OBJECT public: PageViewer(TQWidget* parent, const char* name); |