diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-07 17:17:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-09 15:42:44 +0900 |
| commit | 5eb453b778dba31ee1c5956ca9c9d6483c1cd620 (patch) | |
| tree | 81b6922d7ee4b4efb629d5e4dfa565d2d3483051 /src/gvcore/externaltooldialog.cpp | |
| parent | 247add2153814c2a064dd41f5526747a02d796a3 (diff) | |
| download | gwenview-5eb453b7.tar.gz gwenview-5eb453b7.zip | |
Replaced various '#define' with actual strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 831670cd1aa76b314b447cfa2d9c71603cbbf43e)
Diffstat (limited to 'src/gvcore/externaltooldialog.cpp')
| -rw-r--r-- | src/gvcore/externaltooldialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/externaltooldialog.cpp b/src/gvcore/externaltooldialog.cpp index 7e039b9..bd58298 100644 --- a/src/gvcore/externaltooldialog.cpp +++ b/src/gvcore/externaltooldialog.cpp @@ -271,7 +271,7 @@ ExternalToolDialog::ExternalToolDialog(TQWidget* parent) d->fillMimeTypeListView(); d->fillToolListView(); d->mContent->mToolListView->viewport()->installEventFilter( - new ToolListViewFilterObject(TQT_TQOBJECT(this), d)); + new ToolListViewFilterObject(this, d)); connect( d->mContent->mToolListView, TQT_SIGNAL(selectionChanged(TQListViewItem*)), this, TQT_SLOT(slotSelectionChanged(TQListViewItem*)) ); |
