Kate
timedate_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 KLineEdit; 00026 00027 class TimeDateConfig 00028 : public KCModule 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 explicit TimeDateConfig(QWidget *parent = 0, const QVariantList &args = QVariantList()); 00034 virtual ~TimeDateConfig(); 00035 00036 virtual void save(); 00037 virtual void load(); 00038 virtual void defaults(); 00039 00040 private Q_SLOTS: 00041 void slotChanged(); 00042 00043 private: 00044 KLineEdit *format; 00045 }; 00046 00047 #endif // TIMEDATE_CONFIG_H
KDE 4.6 API Reference