diff options
author | Michele Calgaro <[email protected]> | 2024-03-05 23:03:39 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-06 09:14:35 +0900 |
commit | a7bda76d23d8ceb55744cb79dedfa86f5ab9095a (patch) | |
tree | 6b7fc203f4cc719a6c63df7f40efc020ffdd6c0f | |
parent | d1545d502480542ec48cf3f4518e96bb877f734b (diff) | |
download | kbibtex-a7bda76d23d8ceb55744cb79dedfa86f5ab9095a.tar.gz kbibtex-a7bda76d23d8ceb55744cb79dedfa86f5ab9095a.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
-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; }; |