diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 00:49:31 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-05 11:37:18 +0900 |
| commit | 37f6b15cfbb9d49b805335435369a3a7544a6b1b (patch) | |
| tree | 20698a90fcf11f9196ae2b78b72107651e95e90c /kommander/executor/instance.cpp | |
| parent | dd931b3ea9ab2bb3effe05d1533f57fd8d7e01ca (diff) | |
| download | tdewebdev-37f6b15cfbb9d49b805335435369a3a7544a6b1b.tar.gz tdewebdev-37f6b15cfbb9d49b805335435369a3a7544a6b1b.zip | |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 10ff449a14f1c053295e0b7cfd678bebc11ca880)
Diffstat (limited to 'kommander/executor/instance.cpp')
| -rw-r--r-- | kommander/executor/instance.cpp | 2 |
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 |
