1 #ifndef CHIASMUSKEYSELECTOR_H 2 #define CHIASMUSKEYSELECTOR_H 4 #include <kdialogbase.h> 9 class ChiasmusKeySelector : public KDialogBase 15 ChiasmusKeySelector( TQWidget* parent, const TQString& caption, 16 const TQStringList& keys, const TQString& currentKey, 17 const TQString& lastOptions ); 20 TQString options() const;
|