diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-09 18:25:42 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-10 00:57:31 +0900 |
| commit | 436bc26605eddb1bc7c21b8efe6230674b86db60 (patch) | |
| tree | 756de6061861cd7104622871009bb6efcaaa0b41 /src/playlistview.cpp | |
| parent | 8a590af05765d9e3a00a5c48b2057593dab99b6a (diff) | |
| download | kmplayer-436bc266.tar.gz kmplayer-436bc266.zip | |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c8a3b81b3c22a3eb79afd726cfef71c0949efb7d)
Diffstat (limited to 'src/playlistview.cpp')
| -rw-r--r-- | src/playlistview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/playlistview.cpp b/src/playlistview.cpp index 11a0f1a..1cd1568 100644 --- a/src/playlistview.cpp +++ b/src/playlistview.cpp @@ -134,8 +134,8 @@ KDE_NO_CDTOR_EXPORT PlayListView::PlayListView (TQWidget * parent, View * view, menu_pix = TDEGlobal::iconLoader ()->loadIcon (TQString ("player_playlist"), TDEIcon::Small); config_pix = TDEGlobal::iconLoader ()->loadIcon (TQString ("configure"), TDEIcon::Small); url_pix = TDEGlobal::iconLoader ()->loadIcon (TQString ("www"), TDEIcon::Small); - m_find = KStdAction::find (TQT_TQOBJECT(this), TQT_SLOT (slotFind ()), ac, "find"); - m_find_next = KStdAction::findNext (TQT_TQOBJECT(this), TQT_SLOT(slotFindNext()), ac, "next"); + m_find = KStdAction::find (this, TQT_SLOT (slotFind ()), ac, "find"); + m_find_next = KStdAction::findNext (this, TQT_SLOT(slotFindNext()), ac, "next"); m_find_next->setEnabled (false); connect (this, TQT_SIGNAL (contextMenuRequested (TQListViewItem *, const TQPoint &, int)), this, TQT_SLOT (contextMenuItem (TQListViewItem *, const TQPoint &, int))); connect (this, TQT_SIGNAL (expanded (TQListViewItem *)), |
