From 036880495c584526b536b08589620290a9171f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 29 Jun 2021 13:17:37 +0200 Subject: Create a custom OTRPluginFactory object instead of using the KGenericFactory template. This prevents an unwanted creation of a hidden second instance if the library is built with enabled hidden visibility. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This resolves issue #3. Signed-off-by: Slávek Banko (cherry picked from commit 186deab80cc9a4b742027d74f8025e15bbd334ca) --- src/verifypopup.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/verifypopup.h') diff --git a/src/verifypopup.h b/src/verifypopup.h index d74a4e9..934de5d 100644 --- a/src/verifypopup.h +++ b/src/verifypopup.h @@ -27,7 +27,6 @@ class VerifyPopup : public VerifyPopupUI { Q_OBJECT - public: VerifyPopup(TQWidget* parent = 0, const char* name = 0, Kopete::ChatSession *session = NULL, bool modal = FALSE, WFlags fl = 0 ); @@ -48,4 +47,3 @@ protected slots: }; #endif - -- cgit v1.2.1