diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-06-24 12:46:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-06-24 13:17:33 +0900 |
commit | cc1cd17f01cbfa5e83f9f41357ec7ec94e02a821 (patch) | |
tree | 744a48c57b6a2e964d9a2061fa05a8fb468ab9e0 /tdecore/tdeapplication.cpp | |
parent | 324a2b9f345b55b94ed94f4ddbd8c1d8901d9477 (diff) | |
download | tdelibs-cc1cd17f01cbfa5e83f9f41357ec7ec94e02a821.tar.gz tdelibs-cc1cd17f01cbfa5e83f9f41357ec7ec94e02a821.zip |
Fixed up incomplete qtplugins -> tqtplugins renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdeapplication.cpp')
-rw-r--r-- | tdecore/tdeapplication.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdeapplication.cpp b/tdecore/tdeapplication.cpp index 5be36f54e..6dcafa2d5 100644 --- a/tdecore/tdeapplication.cpp +++ b/tdecore/tdeapplication.cpp @@ -1074,7 +1074,7 @@ void TDEApplication::init(bool GUIenabled) #endif { - TQStringList plugins = TDEGlobal::dirs()->resourceDirs( "qtplugins" ); + TQStringList plugins = TDEGlobal::dirs()->resourceDirs( "tqtplugins" ); TQStringList::Iterator it = plugins.begin(); while (it != plugins.end()) { addLibraryPath( *it ); @@ -1710,7 +1710,7 @@ void TDEApplication::parseCommandLine( ) if (args->isSet("style")) { - TQStringList plugins = TDEGlobal::dirs()->resourceDirs( "qtplugins" ); + TQStringList plugins = TDEGlobal::dirs()->resourceDirs( "tqtplugins" ); TQStringList::Iterator itp = plugins.begin(); while (itp != plugins.end()) { addLibraryPath( *itp ); |