24 #ifndef JUMPBUTTONBAR_H
25 #define JUMPBUTTONBAR_H
27 #include <tqsizepolicy.h>
29 #include <tqptrlist.h>
30 #include <tqstringlist.h>
53 JumpButtonBar( KAB::Core *core, TQWidget *parent, const char *name = 0 );
69 virtual void resizeEvent( TQResizeEvent* );
72 void sortListLocaleAware( TQStringList &list );
76 TQButtonGroup *mGroupBox;
77 TQPtrList<TQPushButton> mButtons;
|