24 #ifndef CONFIGURETABLEVIEWDIALOG_H 25 #define CONFIGURETABLEVIEWDIALOG_H 27 #include "viewconfigurewidget.h" 36 namespace TDEABC { class AddressBook; } 51 virtual void restoreSettings( TDEConfig* ); 52 virtual void saveSettings( TDEConfig* ); 72 void restoreSettings( TDEConfig* ); 73 void saveSettings( TDEConfig* ); 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;
|