diff options
author | Michele Calgaro <[email protected]> | 2024-03-26 12:50:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-26 19:09:52 +0900 |
commit | 4cba0c6c3be0a3925e4be1b38291e11b0143be6a (patch) | |
tree | cc7934bc10b9aefdcd111f28cc021a9690380f08 | |
parent | f436ed2751648c01276bb9a8cf1c8ac978978737 (diff) | |
download | tdebluez-4cba0c6c3be0a3925e4be1b38291e11b0143be6a.tar.gz tdebluez-4cba0c6c3be0a3925e4be1b38291e11b0143be6a.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b2f2ea11d97951f1108a254fa0771dc0755a1349)
-rw-r--r-- | src/libtdebluez/deviceImpl.h | 2 | ||||
-rw-r--r-- | src/libtdeobex/obexobjectmanagerImpl.cpp | 2 | ||||
-rw-r--r-- | tdebluez.Doxyfile.cmake | 24 |
3 files changed, 11 insertions, 17 deletions
diff --git a/src/libtdebluez/deviceImpl.h b/src/libtdebluez/deviceImpl.h index f2f2a0e..2a8d0b3 100644 --- a/src/libtdebluez/deviceImpl.h +++ b/src/libtdebluez/deviceImpl.h @@ -26,7 +26,7 @@ #if !defined(DEVICEIMPL_H_INCLUDED) #define DEVICEIMPL_H_INCLUDED -// QT - Header +// TQt - Header #include <tqtimer.h> // debug diff --git a/src/libtdeobex/obexobjectmanagerImpl.cpp b/src/libtdeobex/obexobjectmanagerImpl.cpp index a310869..f4bb5be 100644 --- a/src/libtdeobex/obexobjectmanagerImpl.cpp +++ b/src/libtdeobex/obexobjectmanagerImpl.cpp @@ -23,7 +23,7 @@ * */ -// QT - Header +// TQt - Header #include <tqtimer.h> // // debug diff --git a/tdebluez.Doxyfile.cmake b/tdebluez.Doxyfile.cmake index 8c10432..b10f27b 100644 --- a/tdebluez.Doxyfile.cmake +++ b/tdebluez.Doxyfile.cmake @@ -144,15 +144,15 @@ SHORT_NAMES = NO # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style # comment as the brief description. If set to NO, the JavaDoc -# comments will behave just like regular Qt-style comments +# comments will behave just like regular TQt-style comments # (thus requiring an explicit @brief command for a brief description.) JAVADOC_AUTOBRIEF = NO # If the QT_AUTOBRIEF tag is set to YES then Doxygen will -# interpret the first line (until the first dot) of a Qt-style +# interpret the first line (until the first dot) of a TQt-style # comment as the brief description. If set to NO, the comments -# will behave just like regular Qt-style comments (thus requiring +# will behave just like regular TQt-style comments (thus requiring # an explicit \brief command for a brief description.) QT_AUTOBRIEF = NO @@ -939,7 +939,7 @@ TOC_EXPAND = NO # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and QHP_VIRTUAL_FOLDER # are set, an additional index file will be generated that can be used as input for -# Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated +# TQt's qhelpgenerator to generate a TQt Compressed Help (.qch) of the generated # HTML documentation. GENERATE_QHP = NO @@ -951,36 +951,30 @@ GENERATE_QHP = NO QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating -# Qt Help Project output. For more information please see -# http://doc.trolltech.com/qthelpproject.html#namespace +# TQt Help Project output. QHP_NAMESPACE = # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating -# Qt Help Project output. For more information please see -# http://doc.trolltech.com/qthelpproject.html#virtual-folders +# TQt Help Project output. QHP_VIRTUAL_FOLDER = doc # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to add. -# For more information please see -# http://doc.trolltech.com/qthelpproject.html#custom-filters QHP_CUST_FILTER_NAME = -# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For more information please see -# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>. +# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add. QHP_CUST_FILTER_ATTRS = # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's # filter section matches. -# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">Qt Help Project / Filter Attributes</a>. QHP_SECT_FILTER_ATTRS = # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can -# be used to specify the location of Qt's qhelpgenerator. +# be used to specify the location of TQt's qhelpgenerator. # If non-empty doxygen will try to run qhelpgenerator on the generated # .qhp file. @@ -1027,7 +1021,7 @@ TREEVIEW_WIDTH = 250 FORMULA_FONTSIZE = 12 # When the SEARCHENGINE tag is enable doxygen will generate a search box for the HTML output. The underlying search engine uses javascript -# and DHTML and should work on any modern browser. Note that when using HTML help (GENERATE_HTMLHELP) or Qt help (GENERATE_QHP) +# and DHTML and should work on any modern browser. Note that when using HTML help (GENERATE_HTMLHELP) or TQt help (GENERATE_QHP) # there is already a search function so this one should typically # be disabled. |