From a7bda76d23d8ceb55744cb79dedfa86f5ab9095a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 5 Mar 2024 23:03:39 +0900 Subject: [PATCH] Replace Qt with TQt Signed-off-by: Michele Calgaro --- src/webqueryciteseerx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webqueryciteseerx.h b/src/webqueryciteseerx.h index 6ec1975..78a88f4 100644 --- a/src/webqueryciteseerx.h +++ b/src/webqueryciteseerx.h @@ -132,7 +132,7 @@ namespace KBibTeX /// List with waiting queries std::deque m_queryQueue; - /// Pointer to QT-dialog. + /// Pointer to TQt dialog. WebQueryCiteSeerXWidget *m_widget; };