summaryrefslogtreecommitdiffstats
path: root/kparts
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-12 14:10:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-12 14:10:43 -0600
commitc970c28c37e13cb4396bb19f3322c6b297fcafa0 (patch)
tree580b776f99aa07051f2937b7ee735911f9bca0d9 /kparts
parente131f10b84dbec07ad49d36c192777a72189a39e (diff)
downloadtdelibs-c970c28c37e13cb4396bb19f3322c6b297fcafa0.tar.gz
tdelibs-c970c28c37e13cb4396bb19f3322c6b297fcafa0.zip
Fix up desktop file type specifiers for tqt3
Diffstat (limited to 'kparts')
-rw-r--r--kparts/browserview.desktop12
1 files changed, 6 insertions, 6 deletions
diff --git a/kparts/browserview.desktop b/kparts/browserview.desktop
index 1ace1a98a..f3e8239b9 100644
--- a/kparts/browserview.desktop
+++ b/kparts/browserview.desktop
@@ -86,7 +86,7 @@ Name[zu]=Umbonisi Womgcingi
# Arguments passed to the factory (e.g. view sub-type)
[PropertyDef::X-KDE-BrowserView-Args]
-Type=QString
+Type=TQString
# If false, this component won't be used when clicking on a file,
# the user will have to use "Embed in..." to use it (or the application
@@ -121,17 +121,17 @@ Type=bool
# If the view is toggable, this defines its orientation (Horizontal or Vertical)
[PropertyDef::X-KDE-BrowserView-ToggableView-Orientation]
-Type=QString
+Type=TQString
# The name of the property in the view, which the application should set
# in order to quickly switch the view mode (only meaningful in views that
# support multiple modes in the same widget, like the iconview)
[PropertyDef::X-KDE-BrowserView-ModeProperty]
-Type=QString
+Type=TQString
# The value to set for the above property
[PropertyDef::X-KDE-BrowserView-ModePropertyValue]
-Type=QString
+Type=TQString
# If true, this view will always "follow the active view" (and vice versa:
# when the active view goes to another url, this view will follow).
@@ -147,11 +147,11 @@ Type=bool
# (like Cervisia) to be reactivated (possibly on another directory) next time
# (famous bug).
[PropertyDef::X-KDE-BrowserView-Built-Into]
-Type=QString
+Type=TQString
# If the part has a plugin for KHTML Javascript's window.navigator.plugins
# array, it should create a plugin info file and set this propery to the
# file path here. The path should be relative to KDE's data dir
# ($TDEDIR/share/apps)
[PropertyDef::X-KDE-BrowserView-PluginsInfo]
-Type=QString
+Type=TQString