diff options
author | Michele Calgaro <[email protected]> | 2024-09-13 21:16:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-13 21:16:04 +0900 |
commit | 872192923463820529e6e77963afb4bfcfb5ce53 (patch) | |
tree | bf37634f4da8ac66a81cb26695e1a1ab1fea1d06 /src/tools/tqgpluginmanager.cpp | |
parent | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (diff) | |
download | tqt3-872192923463820529e6e77963afb4bfcfb5ce53.tar.gz tqt3-872192923463820529e6e77963afb4bfcfb5ce53.zip |
Rename private q* headers into equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/tools/tqgpluginmanager.cpp')
-rw-r--r-- | src/tools/tqgpluginmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tqgpluginmanager.cpp b/src/tools/tqgpluginmanager.cpp index d53e4f5f5..94b5a6435 100644 --- a/src/tools/tqgpluginmanager.cpp +++ b/src/tools/tqgpluginmanager.cpp @@ -38,7 +38,7 @@ #include "tqgpluginmanager_p.h" #ifndef TQT_NO_COMPONENT -#include "qcomlibrary_p.h" +#include "tqcomlibrary_p.h" #include "tqmap.h" #include "tqdir.h" @@ -205,7 +205,7 @@ static int similarity( const TQString& s1, const TQString& s2 ) } /*! - \class TQPluginManager qpluginmanager.h + \class TQPluginManager tqpluginmanager.h \reentrant \brief The TQPluginManager class provides basic functions to access a certain kind of functionality in libraries. \ingroup componentmodel |