24 #ifndef CONFIGURETABLEVIEWDIALOG_H
25 #define CONFIGURETABLEVIEWDIALOG_H
27 #include "viewconfigurewidget.h"
36 namespace KABC { class AddressBook; }
72 void restoreSettings( KConfig* );
73 void saveSettings( KConfig* );
76 void enableBackgroundToggled( bool );
81 TQRadioButton *mAlternateButton;
82 TQRadioButton *mLineButton;
83 TQRadioButton *mNoneButton;
84 TQCheckBox *mToolTipBox;
85 KURLRequester *mBackgroundName;
86 TQCheckBox *mBackgroundBox;
87 TQCheckBox *mIMPresenceBox;
|