From daf9b531b3b8b058dc07b2e818876ece1943cb76 Mon Sep 17 00:00:00 2001 From: Szymon Tomasz Stefanek Date: Tue, 23 Jan 2007 22:24:31 +0000 Subject: More Qt 4.x port git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@246 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/filetransferwindow/filetransferwindow.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/filetransferwindow/filetransferwindow.cpp') diff --git a/src/modules/filetransferwindow/filetransferwindow.cpp b/src/modules/filetransferwindow/filetransferwindow.cpp index d88433f8e..740790300 100644 --- a/src/modules/filetransferwindow/filetransferwindow.cpp +++ b/src/modules/filetransferwindow/filetransferwindow.cpp @@ -38,7 +38,7 @@ #include #include -#include +#include "kvi_tal_hbox.h" #include #include #include @@ -276,11 +276,11 @@ void KviFileTransferWindow::doubleClicked(QListViewItem *it,const QPoint &pnt,in void KviFileTransferWindow::rightButtonPressed(QListViewItem *it,const QPoint &pnt,int col) { - if(!m_pContextPopup)m_pContextPopup = new QPopupMenu(this); - if(!m_pLocalFilePopup)m_pLocalFilePopup = new QPopupMenu(this); + if(!m_pContextPopup)m_pContextPopup = new KviTalPopupMenu(this); + if(!m_pLocalFilePopup)m_pLocalFilePopup = new KviTalPopupMenu(this); if(!m_pOpenFilePopup) { - m_pOpenFilePopup= new QPopupMenu(this); + m_pOpenFilePopup= new KviTalPopupMenu(this); connect(m_pOpenFilePopup,SIGNAL(activated(int)),this,SLOT(openFilePopupActivated(int))); } -- cgit v1.3.1-10-gc9f91