summaryrefslogtreecommitdiffstats
path: root/quanta/components/debugger/pathmapperdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/debugger/pathmapperdialog.cpp')
-rw-r--r--quanta/components/debugger/pathmapperdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/debugger/pathmapperdialog.cpp b/quanta/components/debugger/pathmapperdialog.cpp
index 8cc385d5..671bb871 100644
--- a/quanta/components/debugger/pathmapperdialog.cpp
+++ b/quanta/components/debugger/pathmapperdialog.cpp
@@ -78,7 +78,7 @@ void PathMapperDialog::slotPathsChanged()
// Indicate wether local file exists
if(m_direction == ServerToLocal)
{
- if(TQExtFileInfo::exists(translated, true, this))
+ if(QExtFileInfo::exists(translated, true, this))
ledTranslationExists->setColor(TQt::green);
else
ledTranslationExists->setColor(TQt::red);