summaryrefslogtreecommitdiffstats
path: root/src/styles/tqstylefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/tqstylefactory.cpp')
-rw-r--r--src/styles/tqstylefactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/tqstylefactory.cpp b/src/styles/tqstylefactory.cpp
index 05418b275..ed697dd8c 100644
--- a/src/styles/tqstylefactory.cpp
+++ b/src/styles/tqstylefactory.cpp
@@ -85,7 +85,7 @@ TQPluginManager<TQStyleFactoryInterface> *TQStyleFactoryPrivate::manager = 0;
TQStyleFactoryPrivate::TQStyleFactoryPrivate()
: TQObject( tqApp )
{
- manager = new TQPluginManager<TQStyleFactoryInterface>( IID_QStyleFactory, TQApplication::libraryPaths(), "/styles", FALSE );
+ manager = new TQPluginManager<TQStyleFactoryInterface>( IID_QStyleFactory, TQApplication::libraryPaths(), "/styles", false );
}
TQStyleFactoryPrivate::~TQStyleFactoryPrivate()