24#ifndef CONFIGURETABLEVIEWDIALOG_H
25#define CONFIGURETABLEVIEWDIALOG_H
27#include "viewconfigurewidget.h"
36namespace TDEABC { class AddressBook; }
45class ConfigureTableViewWidget : public ViewConfigureWidget
48 ConfigureTableViewWidget( TDEABC::AddressBook *ab, TQWidget *parent, const char *name );
49 virtual ~ConfigureTableViewWidget();
63class LookAndFeelPage : public TQWidget
69 LookAndFeelPage( TQWidget *parent, const char *name = 0 );
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;
|