diff options
author | Mavridis Philippe <[email protected]> | 2021-01-13 19:30:17 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-01-13 19:30:17 +0200 |
commit | 357ddeb8afd82d69ef871c146f4fc8f2c67fb17e (patch) | |
tree | dc3ef0e6fedd64f5fb177c114f72e1515a07cd1b /src/viewer.h | |
parent | c6cbd71bc169ac0e927e52325dbbbcb506abbc73 (diff) | |
download | klamav-357ddeb8afd82d69ef871c146f4fc8f2c67fb17e.tar.gz klamav-357ddeb8afd82d69ef871c146f4fc8f2c67fb17e.zip |
Conversion Qt3->TQt
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src/viewer.h')
-rw-r--r-- | src/viewer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/viewer.h b/src/viewer.h index 9f47889..de0fcfc 100644 --- a/src/viewer.h +++ b/src/viewer.h @@ -23,7 +23,7 @@ namespace KlamAV { Q_OBJECT public: - Viewer(QWidget* parent, const char* name); + Viewer(TQWidget* parent, const char* name); virtual bool closeURL(); virtual bool openURL(const KURL &); @@ -51,7 +51,7 @@ namespace KlamAV protected slots: virtual void slotOpenURLRequest(const KURL& url, const KParts::URLArgs& args); - virtual void slotPopupMenu(KXMLGUIClient*, const QPoint&, const KURL&, const KParts::URLArgs&, KParts::BrowserExtension::PopupFlags, mode_t); + virtual void slotPopupMenu(KXMLGUIClient*, const TQPoint&, const KURL&, const KParts::URLArgs&, KParts::BrowserExtension::PopupFlags, mode_t); /** Copies current link to clipboard. */ void slotCopyLinkAddress(); @@ -86,7 +86,7 @@ namespace KlamAV /** * Display article in external browser. */ - void displayInExternalBrowser(const KURL &url, const QString &mime); + void displayInExternalBrowser(const KURL &url, const TQString &mime); }; } |