23 lines
825 B
Diff
23 lines
825 B
Diff
|
--- apps/ktorrent/trayhoverpopup.cpp 2007/08/19 14:30:01 1.1
|
||
|
+++ apps/ktorrent/trayhoverpopup.cpp 2007/08/19 14:30:29
|
||
|
@@ -29,7 +29,7 @@
|
||
|
using namespace bt;
|
||
|
|
||
|
TrayHoverPopup::TrayHoverPopup(const QPixmap & pix,QWidget *parent, const char *name )
|
||
|
- : KPassivePopup(KPassivePopup::Boxed,parent,name),pix(pix)
|
||
|
+ : KPassivePopup(parent,name),pix(pix)
|
||
|
{
|
||
|
setTimeout(0);
|
||
|
setAutoDelete(false);
|
||
|
--- apps/ktorrent/trayicon.cpp 2007/08/19 14:43:47 1.1
|
||
|
+++ apps/ktorrent/trayicon.cpp 2007/08/19 14:43:58
|
||
|
@@ -124,7 +124,7 @@
|
||
|
|
||
|
void TrayIcon::showPassivePopup(const QString & msg,const QString & title)
|
||
|
{
|
||
|
- KPassivePopup* p = KPassivePopup::message(KPassivePopup::Boxed,title,msg,m_kt_pix, this);
|
||
|
+ KPassivePopup* p = KPassivePopup::message(title,msg,m_kt_pix, this);
|
||
|
p->setPalette(QToolTip::palette());
|
||
|
p->setLineWidth(1);
|
||
|
}
|