diff options
Diffstat (limited to 'karbon/karbon_factory.cc')
-rw-r--r-- | karbon/karbon_factory.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/karbon/karbon_factory.cc b/karbon/karbon_factory.cc index 90c8c29a..1d267e1b 100644 --- a/karbon/karbon_factory.cc +++ b/karbon/karbon_factory.cc @@ -49,8 +49,8 @@ KarbonFactory::KarbonFactory( TQObject* parent, const char* name ) KarbonToolRegistry::instance(); // Load plugins - KTrader::OfferList offers = KTrader::self() -> query(TQString::fromLatin1("Karbon/CoreModule"), - TQString::fromLatin1("Type == 'Service'")); + KTrader::OfferList offers = KTrader::self() -> query(TQString::tqfromLatin1("Karbon/CoreModule"), + TQString::tqfromLatin1("Type == 'Service'")); KTrader::OfferList::ConstIterator iter; |