1#ifndef CONFIG_TDEFILE_H
2#define CONFIG_TDEFILE_H
4const int tdefile_area = 250;
6#define DefaultViewStyle TQString::fromLatin1("SimpleView")
7#define DefaultPannerPosition 40
8#define DefaultMixDirsAndFiles false
9#define DefaultShowStatusLine false
10#define DefaultShowHidden false
11#define DefaultCaseInsensitive true
12#define DefaultDirsFirst true
13#define DefaultSortReversed false
14#define DefaultRecentURLsNumber 15
15#define DefaultDirectoryFollowing true
16#define DefaultAutoSelectExtChecked true
17#define ConfigGroup TQString::fromLatin1("KFileDialog Settings")
18#define RecentURLs TQString::fromLatin1("Recent URLs")
19#define RecentFiles TQString::fromLatin1("Recent Files")
20#define RecentURLsNumber TQString::fromLatin1("Maximum of recent URLs")
21#define RecentFilesNumber TQString::fromLatin1("Maximum of recent files")
22#define DialogWidth TQString::fromLatin1("Width (%1)")
23#define DialogHeight TQString::fromLatin1("Height (%1)")
24#define ConfigShowStatusLine TQString::fromLatin1("ShowStatusLine")
25#define AutoDirectoryFollowing TQString::fromLatin1("Automatic directory following")
26#define PathComboCompletionMode TQString::fromLatin1("PathCombo Completionmode")
27#define LocationComboCompletionMode TQString::fromLatin1("LocationCombo Completionmode")
28#define ShowSpeedbar TQString::fromLatin1("Show Speedbar")
29#define ShowBookmarks TQString::fromLatin1("Show Bookmarks")
30#define AutoSelectExtChecked TQString::fromLatin1("Automatically select filename extension")