summaryrefslogtreecommitdiffstats
path: root/kmail
diff options
context:
space:
mode:
Diffstat (limited to 'kmail')
-rw-r--r--kmail/aboutdata.cpp2
-rw-r--r--kmail/regexplineedit.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kmail/aboutdata.cpp b/kmail/aboutdata.cpp
index 2ed80f7bc..e4a07bea7 100644
--- a/kmail/aboutdata.cpp
+++ b/kmail/aboutdata.cpp
@@ -184,7 +184,7 @@ namespace KMail {
{ "Danny Kukawka", 0, 0, 0 }, // DCOP enhancements for better message importing
{ "Roger Larsson", 0, 0, 0 }, // add name of checked account to status bar message
{ "Jeffrey McGee", 0, 0, 0 }, // fix for bug:64251
- { "Dirk M\303\274ller", 0, 0, 0 }, // KURL() fixes and qt_cast optimizations
+ { "Dirk M\303\274ller", 0, 0, 0 }, // KURL() fixes and tqt_cast optimizations
{ "OpenUsability", I18N_NOOP("Usability tests and improvements"), 0, "http://www.openusability.org" },
{ "Mario Teijeiro Otero", 0, 0, 0 }, // various vendor annotations fixes
{ "Simon Perreault", 0, 0, 0 }, // make the composer remember its "Use Fixed Font" setting (bug 49481)
diff --git a/kmail/regexplineedit.cpp b/kmail/regexplineedit.cpp
index 0da122891..3d2921826 100644
--- a/kmail/regexplineedit.cpp
+++ b/kmail/regexplineedit.cpp
@@ -123,7 +123,7 @@ namespace KMail {
mRegExpEditDialog = KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor", TQString(), TQT_TQOBJECT(this) );
KRegExpEditorInterface *iface =
- static_cast<KRegExpEditorInterface *>( mRegExpEditDialog->qt_cast( "KRegExpEditorInterface" ) );
+ static_cast<KRegExpEditorInterface *>( mRegExpEditDialog->tqt_cast( "KRegExpEditorInterface" ) );
if( iface ) {
iface->setRegExp( mLineEdit->text() );
if( mRegExpEditDialog->exec() == TQDialog::Accepted )