summaryrefslogtreecommitdiffstats
path: root/languages/lib/designer_integration/qtdesignerintegration.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-28 14:42:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-28 14:42:41 +0900
commit36d1594949e416e812ed681ed3c84d80649fbf20 (patch)
treefd37c202692e90306ef60b7c84ff3446d7fa663a /languages/lib/designer_integration/qtdesignerintegration.cpp
parentc62b8d179c20b81c12363c73fb89d824d37ed2ce (diff)
downloadtdevelop-36d1594949e416e812ed681ed3c84d80649fbf20.tar.gz
tdevelop-36d1594949e416e812ed681ed3c84d80649fbf20.zip
qt -> tqt conversion:
kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'languages/lib/designer_integration/qtdesignerintegration.cpp')
-rw-r--r--languages/lib/designer_integration/qtdesignerintegration.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/languages/lib/designer_integration/qtdesignerintegration.cpp b/languages/lib/designer_integration/qtdesignerintegration.cpp
index 26912ba1..c401bed1 100644
--- a/languages/lib/designer_integration/qtdesignerintegration.cpp
+++ b/languages/lib/designer_integration/qtdesignerintegration.cpp
@@ -17,7 +17,7 @@
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#include "qtdesignerintegration.h"
+#include "tqtdesignerintegration.h"
#include <tqpair.h>
#include <tqregexp.h>
@@ -95,7 +95,7 @@ bool QtDesignerIntegration::selectImplementation(const TQString &formName)
void QtDesignerIntegration::loadSettings(TQDomDocument dom, TQString path)
{
- TQDomElement el = DomUtil::elementByPath(dom, path + "/qtdesigner");
+ TQDomElement el = DomUtil::elementByPath(dom, path + "/tqtdesigner");
if (el.isNull())
return;
TQDomNodeList impls = el.elementsByTagName("implementation");
@@ -120,7 +120,7 @@ void QtDesignerIntegration::loadSettings(TQDomDocument dom, TQString path)
void QtDesignerIntegration::saveSettings(TQDomDocument dom, TQString path)
{
kdDebug() << "QtDesignerIntegration::saveSettings" << endl;
- TQDomElement el = DomUtil::createElementByPath(dom, path + "/qtdesigner");
+ TQDomElement el = DomUtil::createElementByPath(dom, path + "/tqtdesigner");
for (TQMap<TQString, ClassDom>::const_iterator it = m_implementations.begin();
it != m_implementations.end(); ++it)
{
@@ -192,4 +192,4 @@ void QtDesignerIntegration::openSource(const TQString &formName)
m_part->partController()->editDocument(KURL(impl), -1, -1);
}
-#include "qtdesignerintegration.moc"
+#include "tqtdesignerintegration.moc"