summaryrefslogtreecommitdiffstats
path: root/src/xmphandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmphandler.cpp')
-rw-r--r--src/xmphandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmphandler.cpp b/src/xmphandler.cpp
index 9841596..eaa0d62 100644
--- a/src/xmphandler.cpp
+++ b/src/xmphandler.cpp
@@ -72,7 +72,7 @@ TQString XMPHandler::extractXMP(const TQString& file) {
// myDebug() << result << endl;
#if 0
kdWarning() << "XMPHandler::parse() - turn me off!" << endl;
- TQFile f1(TQString::tqfromLatin1("/tmp/xmp.xml"));
+ TQFile f1(TQString::fromLatin1("/tmp/xmp.xml"));
if(f1.open(IO_WriteOnly)) {
TQTextStream t(&f1);
t << result;