Fix build with gcc41

PR:		106944
Approved by:	maintainer timeout (1 month)
This commit is contained in:
Tilman Keskinoz 2007-01-23 16:13:32 +00:00
parent 4cefbd8e9d
commit cbd1107b79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183084
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- 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 );

View File

@ -0,0 +1,11 @@
--- kphone/kphoneview.h.orig Tue Dec 19 23:07:14 2006
+++ kphone/kphoneview.h Tue Dec 19 23:07:46 2006
@@ -54,7 +54,7 @@
QString getStunSrv( void );
void kphoneQuit( void );
bool getState( void );
- KCallWidget *KPhoneView::DoCall( QString num, SipCall::CallType ctype );
+ KCallWidget *DoCall( QString num, SipCall::CallType ctype );
signals:
void stateChanged( void );