summaryrefslogtreecommitdiffstats
path: root/kompare
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:19:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:19:36 -0600
commitf3480e99ff19c3365a32f325075c0ff0642d2ece (patch)
tree1d661006480048e4a2869163c186a4236bbbe582 /kompare
parent3074ea4b40fcb1be3221b0a81e1eeed5f09645db (diff)
downloadtdesdk-f3480e99ff19c3365a32f325075c0ff0642d2ece.tar.gz
tdesdk-f3480e99ff19c3365a32f325075c0ff0642d2ece.zip
Rename additional members for tqt3
Diffstat (limited to 'kompare')
-rw-r--r--kompare/libdialogpages/diffpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kompare/libdialogpages/diffpage.cpp b/kompare/libdialogpages/diffpage.cpp
index e4c26db9..1348b93b 100644
--- a/kompare/libdialogpages/diffpage.cpp
+++ b/kompare/libdialogpages/diffpage.cpp
@@ -162,7 +162,7 @@ void DiffPage::slotShowRegExpEditor()
if ( ! m_ignoreRegExpDialog )
m_ignoreRegExpDialog = KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor", TQString(), TQT_TQOBJECT(this) );
- KRegExpEditorInterface *iface = static_cast<KRegExpEditorInterface *>( m_ignoreRegExpDialog->qt_cast( "KRegExpEditorInterface" ) );
+ KRegExpEditorInterface *iface = static_cast<KRegExpEditorInterface *>( m_ignoreRegExpDialog->tqt_cast( "KRegExpEditorInterface" ) );
if ( !iface )
return;