13 #include "snippetdlgbase.h" 16 class TDEActionCollection; 19 class SnippetDlg : public SnippetDlgBase 25 SnippetDlg( TDEActionCollection* ac, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 28 void setShowShortcut( bool show ); 31 TQLabel* textLabelGroup; 32 KKeyButton* keyButton; 33 TDEActionCollection* actionCollection; 36 void slotTextChanged( const TQString& ); 37 void slotReturnPressed(); 38 virtual void languageChange(); 41 void slotCapturedShortcut( const TDEShortcut& ); 44 #endif // SNIPPETDLG_H
|