Kate
autobrace_config.h
Go to the documentation of this file.
00001 00020 #ifndef TIMEDATE_CONFIG_H 00021 #define TIMEDATE_CONFIG_H 00022 00023 #include <kcmodule.h> 00024 00025 class QCheckBox; 00026 00027 class AutoBraceConfig 00028 : public KCModule 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 explicit AutoBraceConfig(QWidget *parent = 0, const QVariantList &args = QVariantList()); 00034 virtual ~AutoBraceConfig(); 00035 00036 virtual void save(); 00037 virtual void load(); 00038 virtual void defaults(); 00039 00040 private Q_SLOTS: 00041 void slotChanged(bool); 00042 00043 private: 00044 QCheckBox* m_autoBrackets; 00045 QCheckBox* m_autoQuotations; 00046 }; 00047 00048 #endif // TIMEDATE_CONFIG_H 00049
KDE 4.6 API Reference