20#ifndef __konq_settings_h__ 
   21#define __konq_settings_h__ 
   29#include <libkonq_export.h> 
   70  static void reparseConfiguration();
 
   75  bool shouldEmbed( 
const TQString & serviceType ) 
const;
 
   78  bool wordWrapText()
 const { 
return m_bWordWrapText; }
 
   79  int iconTextHeight()
 const { 
return m_iconTextHeight; }
 
   80  int iconTextWidth() 
const;
 
   81  bool underlineLink()
 const { 
return m_underlineLink; }
 
   82  bool fileSizeInBytes()
 const { 
return m_fileSizeInBytes; }
 
   83  bool alwaysNewWin()
 const { 
return m_alwaysNewWin; }
 
   84  bool doubleClickMoveToParent()
 const { 
return m_doubleClickMoveToParent; }
 
   85  const TQString & homeURL()
 const { 
return m_homeURL; }
 
   87  bool showFileTips()
 const {
return m_showFileTips; }
 
   88  bool showPreviewsInFileTips() 
const;
 
   89  int numFileTips()
 const {
return m_numFileTips; }
 
   90  bool renameIconDirectly() 
const;
 
   93  const TQFont& standardFont()
 const { 
return m_standardFont; }
 
   96  const TQColor& normalTextColor()
 const { 
return m_normalTextColor; }
 
   97  const TQColor& highlightedTextColor()
 const { 
return m_highlightedTextColor; }
 
   98  const TQColor& itemTextBackground()
 const { 
return m_itemTextBackground; }
 
  100  int textPreviewIconTransparency()
 const { 
return m_iconTransparency; }
 
  102  int caseSensitiveCompare( 
const TQString& a, 
const TQString& b ) 
const;
 
  108  bool m_underlineLink;
 
  109  bool m_fileSizeInBytes;
 
  111  bool m_doubleClickMoveToParent;
 
  113  TQMap<TQString, TQString> m_embedMap;
 
  115  TQFont m_standardFont;
 
  117  TQColor m_normalTextColor;
 
  118  TQColor m_highlightedTextColor;
 
  119  TQColor m_itemTextBackground;
 
  121  bool m_bWordWrapText;
 
  122  int m_iconTextHeight;
 
  129  int m_iconTransparency;
 
  132  void init( TDEConfig * config );
 
  134  struct KonqFMSettingsPrivate * d;
 
The class KonqFMSettings holds the general settings for the icon/tree views in konqueror/kdesktop.