1 #ifndef TDELISTBOXDIALOG_H
2 #define TDELISTBOXDIALOG_H
4 #include <kdialogbase.h>
9 class TDEListBoxDialog : public KDialogBase
15 TDEListBoxDialog( TQString& _selectedString,
16 const TQString& caption,
17 const TQString& labelText,
23 void setLabelAbove( const TQString& label );
24 void setCommentBelow( const TQString& comment);
29 void highlighted( const TQString& );
32 TQString& selectedString;
33 TQLabel* labelAboveLA;
34 TQLabel* commentBelowLA;
|