mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Build with NEWGCC
PR: 16541 Submitted by: Simon Karpen <karpes@rpi.edu>
This commit is contained in:
parent
7183d2309f
commit
99feea2eac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25625
20
print/klyx/files/patch-aa
Normal file
20
print/klyx/files/patch-aa
Normal file
@ -0,0 +1,20 @@
|
||||
--- src/SendFaxDialog.h~ Sun Mar 15 02:11:19 1998
|
||||
+++ src/SendFaxDialog.h Sun Feb 6 21:33:15 2000
|
||||
@@ -23,11 +23,11 @@
|
||||
SendFaxDialog ( LyXView* view, QWidget * parent=0, const char * name=0,
|
||||
WFlags f=0 );
|
||||
|
||||
- setFilename( QString _filename ) { filename = _filename; }
|
||||
- setSendCmd( QString _sendcmd ) { sendcmd = _sendcmd; }
|
||||
- setPhone( QString _phone ) { faxnoED->setText( _phone ); }
|
||||
- setName( QString _name ) { destnameED->setText( _name ); }
|
||||
- setCompany( QString _name ) { companyED->setText( _name ); }
|
||||
+ void setFilename( QString _filename ) { filename = _filename; }
|
||||
+ void setSendCmd( QString _sendcmd ) { sendcmd = _sendcmd; }
|
||||
+ void setPhone( QString _phone ) { faxnoED->setText( _phone ); }
|
||||
+ void setName( QString _name ) { destnameED->setText( _name ); }
|
||||
+ void setCompany( QString _name ) { companyED->setText( _name ); }
|
||||
|
||||
private slots:
|
||||
void okClicked();
|
||||
|
Loading…
Reference in New Issue
Block a user