summaryrefslogtreecommitdiffstats
path: root/src/filehandler.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:36:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-04 14:03:39 +0900
commitc932624b6824de7b99b2e66ab09a35353233aa58 (patch)
treec9e4addc10c70d37ab5c8305700d372c2cd92485 /src/filehandler.cpp
parent5f98a5228de5711b181fea3dad8698fa7ba82647 (diff)
downloadtellico-c932624b6824de7b99b2e66ab09a35353233aa58.tar.gz
tellico-c932624b6824de7b99b2e66ab09a35353233aa58.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4f29422c2b51f8e38a8d2240dbae152cb3157b69)
Diffstat (limited to 'src/filehandler.cpp')
-rw-r--r--src/filehandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filehandler.cpp b/src/filehandler.cpp
index f5c9de9..0d7ed6b 100644
--- a/src/filehandler.cpp
+++ b/src/filehandler.cpp
@@ -82,7 +82,7 @@ FileHandler::FileRef::FileRef(const KURL& url_, bool quiet_, bool allowCompresse
if(allowCompressed_) {
m_device = KFilterDev::deviceForFile(m_filename);
} else {
- m_device = TQT_TQIODEVICE(new TQFile(m_filename));
+ m_device = new TQFile(m_filename);
}
m_isValid = true;
}