diff options
Diffstat (limited to 'libtdepim/komposer/core/prefsmodule.cpp')
-rw-r--r-- | libtdepim/komposer/core/prefsmodule.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/komposer/core/prefsmodule.cpp b/libtdepim/komposer/core/prefsmodule.cpp index 7abdb0e18..eeeaff62d 100644 --- a/libtdepim/komposer/core/prefsmodule.cpp +++ b/libtdepim/komposer/core/prefsmodule.cpp @@ -100,9 +100,9 @@ EditorSelection::readConfig() { m_editorsCombo->clear(); - KTrader::OfferList editors = KTrader::self()->query( + TDETrader::OfferList editors = TDETrader::self()->query( TQString::fromLatin1( "Komposer/Editor" ) ); - KTrader::OfferList::ConstIterator it; + TDETrader::OfferList::ConstIterator it; int i = 0; for ( it = editors.begin(); it != editors.end(); ++it, ++i ) { if ( !(*it)->hasServiceType( TQString::fromLatin1( "Komposer/Editor" ) ) ) |