summaryrefslogtreecommitdiffstats
path: root/kio/kfile/config-kfile.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
commitffe8a83e053396df448e9413828527613ca3bd46 (patch)
treea73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kio/kfile/config-kfile.h
parent682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff)
downloadtdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz
tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/kfile/config-kfile.h')
-rw-r--r--kio/kfile/config-kfile.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/kio/kfile/config-kfile.h b/kio/kfile/config-kfile.h
index 3666c571b..8715ed273 100644
--- a/kio/kfile/config-kfile.h
+++ b/kio/kfile/config-kfile.h
@@ -3,7 +3,7 @@
const int kfile_area = 250;
-#define DefaultViewStyle QString::fromLatin1("SimpleView")
+#define DefaultViewStyle TQString::fromLatin1("SimpleView")
#define DefaultPannerPosition 40
#define DefaultMixDirsAndFiles false
#define DefaultShowStatusLine false
@@ -14,19 +14,19 @@ const int kfile_area = 250;
#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")
+#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