diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:01:41 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-04 22:55:45 +0900 |
| commit | 6b5960c0e9ea768759c03be6532009409fa958ce (patch) | |
| tree | d9deedd7df48aef68e2b456d3343f634283d0df6 /tools/assistant/config.cpp | |
| parent | 074d585cc3a076958b986ff7cf31eb15d1e8412a (diff) | |
| download | tqt-feat/tqmake.tar.gz tqt-feat/tqmake.zip | |
rename qmake to tqmakefeat/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/assistant/config.cpp')
| -rw-r--r-- | tools/assistant/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/config.cpp b/tools/assistant/config.cpp index ae3db7e1e..5e9cd83b2 100644 --- a/tools/assistant/config.cpp +++ b/tools/assistant/config.cpp @@ -334,7 +334,7 @@ TQStringList Config::docFiles() const TQPixmap Config::docIcon( const TQString &title ) const { - // ### To allow qdoc generated dcf files to reference the doc icons from qmake_image_col + // ### To allow qdoc generated dcf files to reference the doc icons from tqmake_image_col if (!TQFile::exists(profil->icons[title])) return TQPixmap::fromMimeSource( TQFileInfo(profil->icons[title]).fileName() ); return TQPixmap::fromMimeSource( profil->icons[title] ); |
