diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:01:54 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:58:45 +0200 |
commit | 3e88ddfbc3df52c97d5354890fb9ac68af49bddd (patch) | |
tree | f6830215ebdc83e794a7a223042537595490265f /konqueror/konq_run.cc | |
parent | 5607b4ae2272da03b692475c2f773f3e27e671b8 (diff) | |
download | tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.tar.gz tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'konqueror/konq_run.cc')
-rw-r--r-- | konqueror/konq_run.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/konq_run.cc b/konqueror/konq_run.cc index 64bb3203f..8c2a91329 100644 --- a/konqueror/konq_run.cc +++ b/konqueror/konq_run.cc @@ -59,7 +59,7 @@ void KonqRun::foundMimeType( const TQString & _type ) { //kdDebug(1202) << "KonqRun::foundMimeType " << _type << " m_req=" << m_req.debug() << endl; - TQString mimeType = _type; // this ref comes from the job, we lose it when using KIO again + TQString mimeType = _type; // this ref comes from the job, we lose it when using TDEIO again m_bFoundMimeType = true; |