summaryrefslogtreecommitdiffstats
path: root/kio/kfile/config-kfile.h
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch)
tree5ac38a06f3dde268dc7927dc155896926aaf7012 /kio/kfile/config-kfile.h
downloadtdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz
tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/kfile/config-kfile.h')
-rw-r--r--kio/kfile/config-kfile.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/kio/kfile/config-kfile.h b/kio/kfile/config-kfile.h
new file mode 100644
index 000000000..3666c571b
--- /dev/null
+++ b/kio/kfile/config-kfile.h
@@ -0,0 +1,32 @@
+#ifndef CONFIG_KFILE_H
+#define CONFIG_KFILE_H
+
+const int kfile_area = 250;
+
+#define DefaultViewStyle QString::fromLatin1("SimpleView")
+#define DefaultPannerPosition 40
+#define DefaultMixDirsAndFiles false
+#define DefaultShowStatusLine false
+#define DefaultShowHidden false
+#define DefaultCaseInsensitive true
+#define DefaultDirsFirst true
+#define DefaultSortReversed false
+#define DefaultRecentURLsNumber 15
+#define DefaultDirectoryFollowing true
+#define DefaultAutoSelectExtChecked true
+#define ConfigGroup QString::fromLatin1("KFileDialog Settings")
+#define RecentURLs QString::fromLatin1("Recent URLs")
+#define RecentFiles QString::fromLatin1("Recent Files")
+#define RecentURLsNumber QString::fromLatin1("Maximum of recent URLs")
+#define RecentFilesNumber QString::fromLatin1("Maximum of recent files")
+#define DialogWidth QString::fromLatin1("Width (%1)")
+#define DialogHeight QString::fromLatin1("Height (%1)")
+#define ConfigShowStatusLine QString::fromLatin1("ShowStatusLine")
+#define AutoDirectoryFollowing QString::fromLatin1("Automatic directory following")
+#define PathComboCompletionMode QString::fromLatin1("PathCombo Completionmode")
+#define LocationComboCompletionMode QString::fromLatin1("LocationCombo Completionmode")
+#define ShowSpeedbar QString::fromLatin1("Show Speedbar")
+#define ShowBookmarks QString::fromLatin1("Show Bookmarks")
+#define AutoSelectExtChecked QString::fromLatin1("Automatically select filename extension")
+
+#endif