diff --git a/src/prefs/dun/ModemWindow.h b/src/prefs/dun/ModemWindow.h index da297630b9..55c0ce69f7 100644 --- a/src/prefs/dun/ModemWindow.h +++ b/src/prefs/dun/ModemWindow.h @@ -34,12 +34,16 @@ private: BTextView *tvRedial; BTextView *tvTimesBusySignal; + BTextView *tvUse; BTextView *tvReadLogPath; BTextView *tvWriteLogPath; BCheckBox *chkMakeConnection; BCheckBox *chkShowTerminal; BCheckBox *chkLogAll; + + BRadioButton *rbTone; + BRadioButton *rbPulse; }; #endif