1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net/kphone/files/patch-kphone-kcallwidget.h
Tilman Keskinoz cbd1107b79 Fix build with gcc41
PR:		106944
Approved by:	maintainer timeout (1 month)
2007-01-23 16:13:32 +00:00

12 lines
368 B
C

--- kphone/kcallwidget.h.orig Tue Dec 19 23:08:52 2006
+++ kphone/kcallwidget.h Tue Dec 19 23:09:05 2006
@@ -67,7 +67,7 @@
void clickHangup( void );
void setHide( void );
bool isHided( void ) const { return hided; }
- void KCallWidget::setDTMFSender( QString &s );
+ void setDTMFSender( QString &s );
public slots:
void pleaseDial( const SipUri &dialuri );