summaryrefslogtreecommitdiffstats
path: root/kmail
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:19:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:19:16 -0600
commit29d4a9cebb53f0220f7cf63f95ca8cbfd0f28793 (patch)
treeca0e5d7b60a4dd9a3a6d6bd5d530d2567c556464 /kmail
parent8c197c9946e3b3a9f0bf716172087c37481c323b (diff)
downloadtdepim-29d4a9cebb53f0220f7cf63f95ca8cbfd0f28793.tar.gz
tdepim-29d4a9cebb53f0220f7cf63f95ca8cbfd0f28793.zip
Rename additional members for tqt3
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 2ed80f7b..e4a07bea 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 0da12289..3d292182 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 )