diff options
Diffstat (limited to 'parts/snippet/snippet_widget.h')
| -rw-r--r-- | parts/snippet/snippet_widget.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/parts/snippet/snippet_widget.h b/parts/snippet/snippet_widget.h index 40d77406..5277e8d5 100644 --- a/parts/snippet/snippet_widget.h +++ b/parts/snippet/snippet_widget.h @@ -40,7 +40,7 @@ tooltips which contains the text of the snippet  class SnippetWidget : public KListView, public TQToolTip  {    Q_OBJECT -  TQ_OBJECT +      friend class SnippetSettings; //to allow SnippetSettings to call languageChanged() | 
