summaryrefslogtreecommitdiffstats
path: root/kio/kfile/config-kfile.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-03-02 15:57:34 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2013-03-02 15:57:34 -0600
commit7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f (patch)
treec76702a7f6310fbe9d437e347535422e836e94e9 /kio/kfile/config-kfile.h
parenta2a38be7600e2a2c2b49c66902d912ca036a2c0f (diff)
parent27bbee9a5f9dcda53d8eb23863ee670ad1360e41 (diff)
downloadtdelibs-7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f.tar.gz
tdelibs-7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'kio/kfile/config-kfile.h')
-rw-r--r--kio/kfile/config-kfile.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/kio/kfile/config-kfile.h b/kio/kfile/config-kfile.h
deleted file mode 100644
index 8715ed273..000000000
--- a/kio/kfile/config-kfile.h
+++ /dev/null
@@ -1,32 +0,0 @@
-#ifndef CONFIG_KFILE_H
-#define CONFIG_KFILE_H
-
-const int kfile_area = 250;
-
-#define DefaultViewStyle TQString::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 TQString::fromLatin1("KFileDialog Settings")
-#define RecentURLs TQString::fromLatin1("Recent URLs")
-#define RecentFiles TQString::fromLatin1("Recent Files")
-#define RecentURLsNumber TQString::fromLatin1("Maximum of recent URLs")
-#define RecentFilesNumber TQString::fromLatin1("Maximum of recent files")
-#define DialogWidth TQString::fromLatin1("Width (%1)")
-#define DialogHeight TQString::fromLatin1("Height (%1)")
-#define ConfigShowStatusLine TQString::fromLatin1("ShowStatusLine")
-#define AutoDirectoryFollowing TQString::fromLatin1("Automatic directory following")
-#define PathComboCompletionMode TQString::fromLatin1("PathCombo Completionmode")
-#define LocationComboCompletionMode TQString::fromLatin1("LocationCombo Completionmode")
-#define ShowSpeedbar TQString::fromLatin1("Show Speedbar")
-#define ShowBookmarks TQString::fromLatin1("Show Bookmarks")
-#define AutoSelectExtChecked TQString::fromLatin1("Automatically select filename extension")
-
-#endif