summaryrefslogtreecommitdiffstats
path: root/kommander/executor/instance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/executor/instance.cpp')
-rw-r--r--kommander/executor/instance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/executor/instance.cpp b/kommander/executor/instance.cpp
index cb95b8b7..a036aeaf 100644
--- a/kommander/executor/instance.cpp
+++ b/kommander/executor/instance.cpp
@@ -137,7 +137,7 @@ bool Instance::build(const KURL& fname)
}
if (!m_textInstance)
{
- qDebug("Warning: no Kommander widget present!");
+ tqDebug("Warning: no Kommander widget present!");
return true;
}
}