home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / konq_defaults.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-10-10  |  1.9 KB  |  49 lines

  1. /* This file is part of the KDE project
  2.    Copyright (C) 1998, 1999 Torben Weis <weis@kde.org>
  3.    Copyright (C) 1999 - 2002 David Faure <faure@kde.org>
  4.  
  5.    This library is free software; you can redistribute it and/or
  6.    modify it under the terms of the GNU Library General Public
  7.    License as published by the Free Software Foundation; either
  8.    version 2 of the License, or (at your option) any later version.
  9.  
  10.    This library is distributed in the hope that it will be useful,
  11.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  13.    Library General Public License for more details.
  14.  
  15.    You should have received a copy of the GNU Library General Public License
  16.    along with this library; see the file COPYING.LIB.  If not, write to
  17.    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  18.    Boston, MA 02110-1301, USA.
  19. */
  20.  
  21. // Default values for konqueror/kdesktop settings
  22. // This file is used by konqueror kdesktop, and kcmkonq,
  23. // to share the same defaults
  24.  
  25. // appearance tab
  26. #define DEFAULT_UNDERLINELINKS false
  27. #define DEFAULT_WORDWRAPTEXT true // kfm-like, sorry Reggie :-)
  28. #define DEFAULT_TEXTHEIGHT 2
  29. #define DEFAULT_TEXTWIDTH 0       // 0 = automatic (font depending)
  30. #define DEFAULT_TEXTWIDTH_MULTICOLUMN 600  // maxwidth, as the iconview has dynamic column width
  31. #define DEFAULT_FILESIZEINBYTES false
  32.  
  33. #define DEFAULT_RENAMEICONDIRECTLY false
  34.  
  35. // transparency of blended mimetype icons in textpreview
  36. #define DEFAULT_TEXTPREVIEW_ICONTRANSPARENCY 70
  37.  
  38. // show hidden files on desktop default
  39. #define DEFAULT_SHOW_HIDDEN_ROOT_ICONS false
  40. #define DEFAULT_VERT_ALIGN true
  41.  
  42. // Default terminal for "Open Terminal" in konqueror
  43. #define DEFAULT_TERMINAL "konsole"
  44.  
  45. // Confirmations for deletions
  46. #define DEFAULT_CONFIRMTRASH true
  47. #define DEFAULT_CONFIRMDELETE true
  48. #define DEFAULT_CONFIRMSHRED true
  49.