39 #ifndef FOLDERSHORTCUTDIALOG_H
40 #define FOLDERSHORTCUTDIALOG_H
42 #include <kdialogbase.h>
51 class FolderShortcutDialog : public KDialogBase
56 FolderShortcutDialog( KMFolder *folder, KMMainWidget *mw,
57 TQWidget *parent=0, const char *name=0 );
58 ~FolderShortcutDialog();
63 void slotCapturedShortcut( const TDEShortcut& );
67 KMMainWidget *mMainWidget;
68 KKeyButton *mKeyButton;
|