1 /* General options (for both fm and web modes) konqueror options
3 * Copyright (c) Sven Radej 1998
4 * Copyright (c) David Faure 1998
5 * Copyright (c) Nick Shaforostoff 2007
12 #include <QtGui/QCheckBox>
13 #include <QtGui/QComboBox>
16 #include <ksharedconfig.h>
20 class Ui_advancedTabOptions
;
23 class KKonqGeneralOptions
: public KCModule
28 KKonqGeneralOptions( QWidget
*parent
, const QVariantList
& );
29 ~KKonqGeneralOptions();
32 virtual void defaults();
38 void addHomeUrlWidgets(QVBoxLayout
*);
40 KSharedConfig::Ptr m_pConfig
;
42 KUrlRequester
*homeURL
;
43 KComboBox
* m_startCombo
;
44 Ui_advancedTabOptions
* tabOptions
;
47 #endif // GENERALOPTS_H