mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
cbd1107b79
PR: 106944 Approved by: maintainer timeout (1 month)
12 lines
368 B
C
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 );
|