summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-12 14:11:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-12 14:11:19 -0600
commit6f989861c0e37582fabaa3def1ef0a2eeed7593e (patch)
tree19e46fc424b240830fd5a052332460c3ae53c626
parent1d7a5a862bf97efcc36badbdaeedd233dd359263 (diff)
downloadtdevelop-6f989861c0e37582fabaa3def1ef0a2eeed7593e.tar.gz
tdevelop-6f989861c0e37582fabaa3def1ef0a2eeed7593e.zip
Fix up desktop file type specifiers for tqt3
-rw-r--r--languages/cpp/app_templates/kofficepart/x-kopart.desktop2
-rw-r--r--languages/lib/interfaces/tdeveloppcsimporter.desktop2
-rw-r--r--lib/interfaces/extras/tdevelopcompileroptions.desktop2
-rw-r--r--lib/interfaces/extras/tdevelopvcsintegrator.desktop4
-rw-r--r--lib/interfaces/tdevelopplugin.desktop20
5 files changed, 15 insertions, 15 deletions
diff --git a/languages/cpp/app_templates/kofficepart/x-kopart.desktop b/languages/cpp/app_templates/kofficepart/x-kopart.desktop
index f4e15e79..f6c5e6e8 100644
--- a/languages/cpp/app_templates/kofficepart/x-kopart.desktop
+++ b/languages/cpp/app_templates/kofficepart/x-kopart.desktop
@@ -35,6 +35,6 @@ Type=MimeType
Patterns=*.xmpl;
X-KDE-AutoEmbed=false
[Property::X-KDE-NativeExtension]
-Type=QString
+Type=TQString
#You need to change the mime type below to match what your application will handle...
Value=.xmpl
diff --git a/languages/lib/interfaces/tdeveloppcsimporter.desktop b/languages/lib/interfaces/tdeveloppcsimporter.desktop
index bbf0f490..ad94b725 100644
--- a/languages/lib/interfaces/tdeveloppcsimporter.desktop
+++ b/languages/lib/interfaces/tdeveloppcsimporter.desktop
@@ -36,4 +36,4 @@ Name[zh_CN]=KDevelop PCS导入器
Name[zh_TW]=KDevelop PCS 匯入器
[PropertyDef::X-KDevelop-PCSImporter]
-Type=QString
+Type=TQString
diff --git a/lib/interfaces/extras/tdevelopcompileroptions.desktop b/lib/interfaces/extras/tdevelopcompileroptions.desktop
index 7ed1df67..c80ea77f 100644
--- a/lib/interfaces/extras/tdevelopcompileroptions.desktop
+++ b/lib/interfaces/extras/tdevelopcompileroptions.desktop
@@ -37,7 +37,7 @@ Name[zh_CN]=KDevelop编译器选项对话框接口
Name[zh_TW]=KDevelop 編譯器選項對話框介面
[PropertyDef::X-KDevelop-Language]
-Type=QString
+Type=TQString
[PropertyDef::X-KDevelop-Default]
Type=bool
diff --git a/lib/interfaces/extras/tdevelopvcsintegrator.desktop b/lib/interfaces/extras/tdevelopvcsintegrator.desktop
index 141bf189..04e6e3af 100644
--- a/lib/interfaces/extras/tdevelopvcsintegrator.desktop
+++ b/lib/interfaces/extras/tdevelopvcsintegrator.desktop
@@ -31,10 +31,10 @@ Name[zh_CN]=KDevelop VCS 集成器
Name[zh_TW]=KDevelop VCS 整合器
[PropertyDef::X-KDevelop-VCS]
-Type=QString
+Type=TQString
[PropertyDef::X-KDevelop-VCSPlugin]
-Type=QString
+Type=TQString
[PropertyDef::X-KDevelop-Default]
Type=bool
diff --git a/lib/interfaces/tdevelopplugin.desktop b/lib/interfaces/tdevelopplugin.desktop
index c1a9998c..2a97c985 100644
--- a/lib/interfaces/tdevelopplugin.desktop
+++ b/lib/interfaces/tdevelopplugin.desktop
@@ -40,36 +40,36 @@ Name[zh_TW]=KDevelop 外掛程式
Type=int
[PropertyDef::X-KDevelop-Scope]
-Type=QString
+Type=TQString
[PropertyDef::X-KDevelop-Mode]
-Type=QString
+Type=TQString
[PropertyDef::X-KDevelop-Plugin-Version]
-Type=QString
+Type=TQString
[PropertyDef::X-KDevelop-Plugin-Homepage]
-Type=QString
+Type=TQString
[PropertyDef::X-KDevelop-Plugin-License]
-Type=QString
+Type=TQString
[PropertyDef::X-KDevelop-Plugin-BugsEmailAddress]
-Type=QString
+Type=TQString
[PropertyDef::X-KDevelop-Plugin-Copyright]
-Type=QString
+Type=TQString
# defines a list of properties which the plugin has
# a profile will query all plugins for properties and will load only
# those that have queried properties
[PropertyDef::X-KDevelop-Properties]
-Type=QStringList
+Type=TQStringList
# only important for project plugins, you can add a list of programming languages which are supported
# the plugin will be loaded by default, if the project use this language
[PropertyDef::X-KDevelop-ProgrammingLanguages]
-Type=QStringList
+Type=TQStringList
[PropertyDef::X-KDevelop-Args]
-Type=QString
+Type=TQString