/**************************************************************************** ** Form interface generated from reading ui file './palettecfgdesign.ui' ** ** Created: mer aoĆ» 18 23:39:01 2004 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef PALETTECFGDESIGN_H #define PALETTECFGDESIGN_H #include #include #include class TQVBoxLayout; class TQHBoxLayout; class TQGridLayout; class TQSpacerItem; class TQFrame; class TQLabel; class TQPushButton; class TQComboBox; class KColorButton; class PaletteCfgDesign : public TQWidget { Q_OBJECT public: PaletteCfgDesign( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~PaletteCfgDesign(); TQFrame* framePanel; TQLabel* labelTitle; TQLabel* labelValue; TQPushButton* buttonDefaultPalette; TQComboBox* comboSelect; KColorButton* buttonColor; protected: TQGridLayout* PaletteCfgDesignLayout; protected slots: virtual void languageChange(); }; #endif // PALETTECFGDESIGN_H