diff options
author | Michele Calgaro <[email protected]> | 2024-03-05 23:03:39 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-06 09:15:27 +0900 |
commit | 2e910806752a5df87b603db5367f1bd6106a0bbd (patch) | |
tree | 3038d43dc4bf5d2c84d3728aef1c66381095ad1b | |
parent | eae3ad00d54a1cfbf5f9bab0f3d579fe1e09990b (diff) | |
download | kbibtex-2e910806752a5df87b603db5367f1bd6106a0bbd.tar.gz kbibtex-2e910806752a5df87b603db5367f1bd6106a0bbd.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit a7bda76d23d8ceb55744cb79dedfa86f5ab9095a)
-rw-r--r-- | src/webqueryciteseerx.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<DataRequest> m_queryQueue; - /// Pointer to QT-dialog. + /// Pointer to TQt dialog. WebQueryCiteSeerXWidget *m_widget; }; |