summaryrefslogtreecommitdiffstats
path: root/kmail/signatureconfigurator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/signatureconfigurator.cpp')
-rw-r--r--kmail/signatureconfigurator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/signatureconfigurator.cpp b/kmail/signatureconfigurator.cpp
index fb3c7c40..e2955167 100644
--- a/kmail/signatureconfigurator.cpp
+++ b/kmail/signatureconfigurator.cpp
@@ -260,7 +260,7 @@ namespace KMail {
// slotEnableEditButton should prevent this assert from being hit:
assert( !url.isEmpty() );
- (void)KRun::runURL( KURL( url ), TQString::tqfromLatin1("text/plain") );
+ (void)KRun::runURL( KURL( url ), TQString::fromLatin1("text/plain") );
}
} // namespace KMail