summaryrefslogtreecommitdiffstats
path: root/src/pageviewer.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 14:02:56 +0900
committerMichele Calgaro <[email protected]>2023-07-25 13:05:38 +0900
commitf62fb968fdb8733a34f98f689b9d86a6053d599d (patch)
tree81c2868f3227d347aaeb8aa67222948162eded3b /src/pageviewer.h
parentead114dfbe5a3094fe2dee7d32333dff86cd4cb6 (diff)
downloadklamav-r14.1.1.tar.gz
klamav-r14.1.1.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 89d4e71455c288a916381ebcbf632539182a21a8)
Diffstat (limited to 'src/pageviewer.h')
-rw-r--r--src/pageviewer.h2
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);