summaryrefslogtreecommitdiffstats
path: root/quanta
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-08 16:00:39 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-08 16:00:39 -0500
commit512e084ba430fc99f46b85201121af8af9ef86f1 (patch)
tree98861c76daf20e325d284317124818b8df0d8615 /quanta
parent29727c2be6f39057f234da7250470ad25bcd5ea8 (diff)
downloadtdewebdev-512e084ba430fc99f46b85201121af8af9ef86f1.tar.gz
tdewebdev-512e084ba430fc99f46b85201121af8af9ef86f1.zip
Update XDG information in support of bug report 892.
Diffstat (limited to 'quanta')
-rw-r--r--quanta/components/debugger/dbgp/quantadebuggerdbgp.desktop2
-rw-r--r--quanta/components/debugger/gubed/quantadebuggergubed.desktop2
-rw-r--r--quanta/components/debugger/interfaces/quantadebugger.desktop2
-rw-r--r--quanta/src/quanta.desktop2
-rw-r--r--quanta/src/quanta_be.desktop2
-rw-r--r--quanta/src/x-webprj.desktop2
-rw-r--r--quanta/utility/quantacommon.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/quanta/components/debugger/dbgp/quantadebuggerdbgp.desktop b/quanta/components/debugger/dbgp/quantadebuggerdbgp.desktop
index 3bebcf06..cbcf7816 100644
--- a/quanta/components/debugger/dbgp/quantadebuggerdbgp.desktop
+++ b/quanta/components/debugger/dbgp/quantadebuggerdbgp.desktop
@@ -41,4 +41,4 @@ Comment[zh_HK]=DBGp 除錯器外掛程式,請參閱 http://xdebug.org
Comment[zh_TW]=DBGp 除錯器外掛程式,請參閱 http://xdebug.org
Icon=kdbg
ServiceTypes=Quanta/Debugger
-X-KDE-Library=quantadebuggerdbgp
+X-TDE-Library=quantadebuggerdbgp
diff --git a/quanta/components/debugger/gubed/quantadebuggergubed.desktop b/quanta/components/debugger/gubed/quantadebuggergubed.desktop
index d2020cb7..1e9b2024 100644
--- a/quanta/components/debugger/gubed/quantadebuggergubed.desktop
+++ b/quanta/components/debugger/gubed/quantadebuggergubed.desktop
@@ -45,4 +45,4 @@ Comment[zh_HK]=Quanta 對於 Gubed PHP 除錯器的通訊外掛程式, 請參閱
Comment[zh_TW]=Quanta 對於 Gubed PHP 除錯器的通訊外掛程式, 請參閱 http://gubed.sf.net
Icon=kdbg
ServiceTypes=Quanta/Debugger
-X-KDE-Library=quantadebuggergubed
+X-TDE-Library=quantadebuggergubed
diff --git a/quanta/components/debugger/interfaces/quantadebugger.desktop b/quanta/components/debugger/interfaces/quantadebugger.desktop
index 9b833186..0c5d5bbf 100644
--- a/quanta/components/debugger/interfaces/quantadebugger.desktop
+++ b/quanta/components/debugger/interfaces/quantadebugger.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=ServiceType
-X-KDE-ServiceType=TQuanta/Debugger
+X-TDE-ServiceType=TQuanta/Debugger
Comment=A Quanta Debugger plugin
Comment[bg]=Приставка на Quanta за дебъгване
Comment[br]=Ul lugent dizraener Quanta
diff --git a/quanta/src/quanta.desktop b/quanta/src/quanta.desktop
index dcf8fbda..8ca35e59 100644
--- a/quanta/src/quanta.desktop
+++ b/quanta/src/quanta.desktop
@@ -92,4 +92,4 @@ Comment[uk]=Середовище веб-розробки
Comment[zh_CN]=Web 开发环境
Comment[zh_HK]=網頁開發環境
Comment[zh_TW]=網頁開發環境
-Categories=Qt;KDE;Development;WebDevelopment;
+Categories=Qt;TDE;Development;WebDevelopment;
diff --git a/quanta/src/quanta_be.desktop b/quanta/src/quanta_be.desktop
index 46578125..2d0f2aa9 100644
--- a/quanta/src/quanta_be.desktop
+++ b/quanta/src/quanta_be.desktop
@@ -91,4 +91,4 @@ Comment[uk]=Середовище веб-розробки
Comment[zh_CN]=Web 开发环境
Comment[zh_HK]=網頁開發環境
Comment[zh_TW]=網頁開發環境
-Categories=Qt;KDE;Development;
+Categories=Qt;TDE;Development;
diff --git a/quanta/src/x-webprj.desktop b/quanta/src/x-webprj.desktop
index 510b4778..b2ccdf0e 100644
--- a/quanta/src/x-webprj.desktop
+++ b/quanta/src/x-webprj.desktop
@@ -46,6 +46,6 @@ Type=MimeType
MimeType=application/x-webprj
Patterns=*.webprj
-[Property::X-KDE-text]
+[Property::X-TDE-text]
Type=bool
Value=true
diff --git a/quanta/utility/quantacommon.cpp b/quanta/utility/quantacommon.cpp
index 7eb8402d..4a1d61f5 100644
--- a/quanta/utility/quantacommon.cpp
+++ b/quanta/utility/quantacommon.cpp
@@ -327,7 +327,7 @@ bool QuantaCommon::checkMimeGroup(const KURL& url, const TQString& group)
status = true;
} else
{
- TQVariant v = mime->property("X-KDE-text");
+ TQVariant v = mime->property("X-TDE-text");
if (v.isValid())
status = v.toBool();
}