summaryrefslogtreecommitdiffstats
path: root/languages/lib/designer_integration/qtdesignerintegration.cpp
diff options
context:
space:
mode:
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"