diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-14 21:19:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-15 00:30:59 +0900 |
commit | 3d581777cdf9c0ff8dc7e757a2cd576f69e96b51 (patch) | |
tree | d7ec6ca39a46ae475336025d1c11e27fe23a47e8 /src/filterdialog.cpp | |
parent | 10996a19ed32a39c2177936026b798cae63e01bd (diff) | |
download | tellico-3d581777cdf9c0ff8dc7e757a2cd576f69e96b51.tar.gz tellico-3d581777cdf9c0ff8dc7e757a2cd576f69e96b51.zip |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/filterdialog.cpp')
-rw-r--r-- | src/filterdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filterdialog.cpp b/src/filterdialog.cpp index d7dea40..17c262d 100644 --- a/src/filterdialog.cpp +++ b/src/filterdialog.cpp @@ -110,7 +110,7 @@ void FilterRuleWidget::initWidget() { void FilterRuleWidget::slotEditRegExp() { if(m_editRegExpDialog == 0) { m_editRegExpDialog = KParts::ComponentFactory::createInstanceFromQuery<TQDialog>(TQString::fromLatin1("KRegExpEditor/KRegExpEditor"), - TQString(), TQT_TQOBJECT(this)); + TQString(), this); } KRegExpEditorInterface* iface = static_cast<KRegExpEditorInterface *>(m_editRegExpDialog->tqt_cast("KRegExpEditorInterface")); |