summaryrefslogtreecommitdiffstats
path: root/kommander/executor
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:49:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-04 00:28:32 +0900
commit10ff449a14f1c053295e0b7cfd678bebc11ca880 (patch)
tree2ea00d5a47a6ba272486621e87243db3350bcb1a /kommander/executor
parentd72f4843816818bdb27e7faae86e68d51d624267 (diff)
downloadtdewebdev-10ff449a14f1c053295e0b7cfd678bebc11ca880.tar.gz
tdewebdev-10ff449a14f1c053295e0b7cfd678bebc11ca880.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kommander/executor')
-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 6dbb1a10..43cf6c13 100644
--- a/kommander/executor/instance.cpp
+++ b/kommander/executor/instance.cpp
@@ -106,7 +106,7 @@ bool Instance::build(const KURL& fname)
{
TQFile inputFile;
inputFile.open(IO_ReadOnly, stdin);
- m_instance = KommanderFactory::create(TQT_TQIODEVICE(&inputFile));
+ m_instance = KommanderFactory::create(&inputFile);
}
// check if build was successful