summaryrefslogtreecommitdiffstats
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
parentc62b8d179c20b81c12363c73fb89d824d37ed2ce (diff)
downloadtdevelop-36d15949.tar.gz
tdevelop-36d15949.zip
qt -> tqt conversion:
kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--ChangeLog2
-rw-r--r--doc/tdevelop/unixdev.docbook4
-rw-r--r--languages/cpp/CMakeLists.txt2
-rw-r--r--languages/cpp/Makefile.am4
-rw-r--r--languages/cpp/ccconfigwidget.cpp4
-rw-r--r--languages/cpp/ccconfigwidgetbase.ui6
-rw-r--r--languages/cpp/cppsupportpart.cpp2
-rw-r--r--languages/cpp/qtdesignercppintegration.cpp4
-rw-r--r--languages/cpp/qtdesignercppintegration.h2
-rw-r--r--languages/lib/designer_integration/CMakeLists.txt4
-rw-r--r--languages/lib/designer_integration/Makefile.am4
-rw-r--r--languages/lib/designer_integration/qtdesignerintegration.cpp8
-rw-r--r--languages/python/CMakeLists.txt2
-rw-r--r--languages/python/Makefile.am2
-rw-r--r--languages/python/pythonsupportpart.cpp2
-rw-r--r--languages/python/qtdesignerpythonintegration.cpp4
-rw-r--r--languages/python/qtdesignerpythonintegration.h2
-rw-r--r--languages/ruby/CMakeLists.txt2
-rw-r--r--languages/ruby/Makefile.am4
-rw-r--r--languages/ruby/qtdesignerrubyintegration.cpp4
-rw-r--r--languages/ruby/qtdesignerrubyintegration.h2
-rw-r--r--languages/ruby/rubysupport_part.cpp2
-rw-r--r--parts/partexplorer/README.dox2
23 files changed, 37 insertions, 37 deletions
diff --git a/ChangeLog b/ChangeLog
index 037ae1a8..5992983c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2785,7 +2785,7 @@
development. The directory contains a README describing some of the
parsing in the jdbcontroller.'
2001-04-29 Sandy Meier <smeier@kdevelop.org>
- * some changes in appwizard gui (qtdesigner based),
+ * some changes in appwizard gui (tqtdesigner based),
templates can have a category property now
2001-04-27 Bernd Gehrmann <bernd@physik.hu-berlin.de>
* Implemented a generic project part for scripting languages.
diff --git a/doc/tdevelop/unixdev.docbook b/doc/tdevelop/unixdev.docbook
index 8151f30b..0687651e 100644
--- a/doc/tdevelop/unixdev.docbook
+++ b/doc/tdevelop/unixdev.docbook
@@ -143,7 +143,7 @@ The main drawback of CORBA is its rather low speed. While this may be tolerable
<secondary>DCOP</secondary></indexterm>
<para>
-Another evolution on &UNIX;-like scripting is the <ulink url="http://developer.kde.org/documentation/library/kdeqt/dcop.html"><emphasis>DCOP</emphasis></ulink> protocol which was devised for communication between &kde; applications to overcome the limitations of CORBA.
+Another evolution on &UNIX;-like scripting is the <ulink url="http://developer.kde.org/documentation/library/kdetqt/dcop.html"><emphasis>DCOP</emphasis></ulink> protocol which was devised for communication between &kde; applications to overcome the limitations of CORBA.
</para>
<para>
&DCOP; stands for <emphasis>Desktop Communication Protocol</emphasis> and is implemented as a simple IPC/RPC mechanism built to operate over sockets. In effect this provides facilities similar to the traditional &UNIX; pipe mechanism.
@@ -155,7 +155,7 @@ Traditional shell scripting is based on fairly small tool programs which were de
There are drawbacks, however. To use &DCOP; a program must be designed to contain a special &DCOP; interface. And the &DCOP; communication process runs somewhat slowly (although a lot faster than CORBA). But it returns much of the power and flexibility of &UNIX; scripting to high-level programs which are based on a graphical user interface.
</para>
<para>
-For more information, see the <ulink url="http://developer.kde.org/documentation/library/kdeqt/dcop.html">DCOP: Desktop COmmunications Protocol</ulink> paper or <ulink url="developer.kde.org/documentation/library/cvs-api/dcop/html/index.html">The &DCOP; Desktop Communication Protocol library</ulink> &API; reference of the &kde; dcop library.
+For more information, see the <ulink url="http://developer.kde.org/documentation/library/kdetqt/dcop.html">DCOP: Desktop COmmunications Protocol</ulink> paper or <ulink url="developer.kde.org/documentation/library/cvs-api/dcop/html/index.html">The &DCOP; Desktop Communication Protocol library</ulink> &API; reference of the &kde; dcop library.
</para>
</sect2> <!-- unixdev-dcop -->
diff --git a/languages/cpp/CMakeLists.txt b/languages/cpp/CMakeLists.txt
index 8d1c569a..1467010c 100644
--- a/languages/cpp/CMakeLists.txt
+++ b/languages/cpp/CMakeLists.txt
@@ -73,7 +73,7 @@ tde_add_kpart( libkdevcppsupport AUTOMOC
createpcsdialog.cpp createpcsdialogbase.ui
doxydoc.cpp includefiles.cpp includepathresolver.cpp
kdevdriver.cpp problemreporter.cpp qtbuildconfig.cpp
- qtdesignercppintegration.cpp setuphelper.cpp
+ tqtdesignercppintegration.cpp setuphelper.cpp
simplecontext.cpp simpletype.cpp simpletypecatalog.cpp
simpletypefunction.cpp simpletypenamespace.cpp
store_walker.cpp storeconverter.cpp stringhelpers.cpp
diff --git a/languages/cpp/Makefile.am b/languages/cpp/Makefile.am
index 7c506ac1..891eeb64 100644
--- a/languages/cpp/Makefile.am
+++ b/languages/cpp/Makefile.am
@@ -28,7 +28,7 @@ libkdevcppsupport_la_SOURCES = KDevCppSupportIface.cpp KDevCppSupportIface.skel
creategettersetterconfiguration.cpp creategettersetterconfiguration.h creategettersetterdialog.cpp \
creategettersetterdialog.h createpcsdialog.cpp createpcsdialogbase.ui doxydoc.cpp includefiles.cpp \
includepathresolver.cpp kdevdriver.cpp problemreporter.cpp qtbuildconfig.cpp \
- qtdesignercppintegration.cpp setuphelper.cpp simplecontext.cpp simpletype.cpp simpletypecatalog.cpp \
+ tqtdesignercppintegration.cpp setuphelper.cpp simplecontext.cpp simpletype.cpp simpletypecatalog.cpp \
simpletypefunction.cpp simpletypenamespace.cpp store_walker.cpp storeconverter.cpp \
stringhelpers.cpp subclassingdlg.cpp subclassingdlgbase.ui tag_creator.cpp typedesc.cpp
@@ -55,5 +55,5 @@ AM_CXXFLAGS = -DAST_DEBUG
#r___LDADD = libkdevcppsupport.la $(top_builddir)/lib/catalog/libkdevcatalog.la $(top_builddir)/lib/cppparser/libkdevcppparser.la
noinst_HEADERS = cppevaluation.h cppimplementationwidget.h \
cppsplitheadersourceconfig.h declarationinfo.h expressioninfo.h includefiles.h includepathresolver.h \
- qtdesignercppintegration.h setuphelper.h simplecontext.h simpletypecatalog.h simpletypefunction.h \
+ tqtdesignercppintegration.h setuphelper.h simplecontext.h simpletypecatalog.h simpletypefunction.h \
simpletypenamespace.h storeconverter.h
diff --git a/languages/cpp/ccconfigwidget.cpp b/languages/cpp/ccconfigwidget.cpp
index 99a6db12..fbecdc32 100644
--- a/languages/cpp/ccconfigwidget.cpp
+++ b/languages/cpp/ccconfigwidget.cpp
@@ -449,7 +449,7 @@ void CCConfigWidget::initTQtTab()
m_kdevexternal->setChecked( true );
}else
{
- m_qtdesigner->setChecked( true );
+ m_tqtdesigner->setChecked( true );
}
}
@@ -546,7 +546,7 @@ void CCConfigWidget::toggleTQtVersion( bool )
if ( m_versionQt4->isChecked() )
{
m_qtStyleVersion4->setEnabled( true );
- m_qtdesigner->setChecked( true );
+ m_tqtdesigner->setChecked( true );
m_kdevembedded->setEnabled( false );
m_kdevexternal->setEnabled( false );
pluginPaths->setEnabled( true );
diff --git a/languages/cpp/ccconfigwidgetbase.ui b/languages/cpp/ccconfigwidgetbase.ui
index 32b69e92..e24ce54f 100644
--- a/languages/cpp/ccconfigwidgetbase.ui
+++ b/languages/cpp/ccconfigwidgetbase.ui
@@ -1135,7 +1135,7 @@ This option only applies to QMake projects.</string>
</widget>
<widget class="TQRadioButton">
<property name="name">
- <cstring>m_qtdesigner</cstring>
+ <cstring>m_tqtdesigner</cstring>
</property>
<property name="text">
<string>Run Qt &amp;Designer</string>
@@ -1631,13 +1631,13 @@ you right click on a variable in a header file.</string>
<slot>toggleQtVersion(bool)</slot>
</connection>
<connection>
- <sender>m_qtdesigner</sender>
+ <sender>m_tqtdesigner</sender>
<signal>toggled(bool)</signal>
<receiver>m_txtDesigner</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
- <sender>m_qtdesigner</sender>
+ <sender>m_tqtdesigner</sender>
<signal>toggled(bool)</signal>
<receiver>m_designerPath</receiver>
<slot>setEnabled(bool)</slot>
diff --git a/languages/cpp/cppsupportpart.cpp b/languages/cpp/cppsupportpart.cpp
index 582fef1b..9dc2a715 100644
--- a/languages/cpp/cppsupportpart.cpp
+++ b/languages/cpp/cppsupportpart.cpp
@@ -50,7 +50,7 @@
#include "addattributedialog.h"
#include "creategettersetterdialog.h"
// designer integration
-#include "qtdesignercppintegration.h"
+#include "tqtdesignercppintegration.h"
#include "cppimplementationwidget.h"
#include "configproblemreporter.h"
#include "codeinformationrepository.h"
diff --git a/languages/cpp/qtdesignercppintegration.cpp b/languages/cpp/qtdesignercppintegration.cpp
index db6df895..21db2b63 100644
--- a/languages/cpp/qtdesignercppintegration.cpp
+++ b/languages/cpp/qtdesignercppintegration.cpp
@@ -18,7 +18,7 @@
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#include "qtdesignercppintegration.h"
+#include "tqtdesignercppintegration.h"
#include <tqpair.h>
#include <tqregexp.h>
@@ -213,6 +213,6 @@ void QtDesignerCppIntegration::processImplementationName( TQString &name )
name.replace( ".h", ".cpp" );
}
-#include "qtdesignercppintegration.moc"
+#include "tqtdesignercppintegration.moc"
//kate: indent-mode csands; tab-width 4; space-indent off;
diff --git a/languages/cpp/qtdesignercppintegration.h b/languages/cpp/qtdesignercppintegration.h
index d156d276..0e63f652 100644
--- a/languages/cpp/qtdesignercppintegration.h
+++ b/languages/cpp/qtdesignercppintegration.h
@@ -20,7 +20,7 @@
#ifndef TQTDESIGNERCPPINTEGRATION_H
#define TQTDESIGNERCPPINTEGRATION_H
-#include <qtdesignerintegration.h>
+#include <tqtdesignerintegration.h>
class QtDesignerCppIntegration : public QtDesignerIntegration
{
diff --git a/languages/lib/designer_integration/CMakeLists.txt b/languages/lib/designer_integration/CMakeLists.txt
index 2b319a90..d5a57aea 100644
--- a/languages/lib/designer_integration/CMakeLists.txt
+++ b/languages/lib/designer_integration/CMakeLists.txt
@@ -27,7 +27,7 @@ link_directories(
##### headers ###################################
install( FILES
- qtdesignerintegration.h implementationwidget.h
+ tqtdesignerintegration.h implementationwidget.h
${CMAKE_CURRENT_BINARY_DIR}/implementationwidgetbase.h
DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/languages/designer_integration )
@@ -37,7 +37,7 @@ install( FILES
tde_add_library( designerintegration SHARED AUTOMOC
SOURCES
implementationwidgetbase.ui implementationwidget.cpp
- qtdesignerintegration.cpp
+ tqtdesignerintegration.cpp
VERSION 0.0.0
LINK tdevelop-shared
DESTINATION ${LIB_INSTALL_DIR}
diff --git a/languages/lib/designer_integration/Makefile.am b/languages/lib/designer_integration/Makefile.am
index 759d0de1..0905d329 100644
--- a/languages/lib/designer_integration/Makefile.am
+++ b/languages/lib/designer_integration/Makefile.am
@@ -6,10 +6,10 @@ libdesignerintegration_la_LDFLAGS = $(all_libraries)
lib_LTLIBRARIES = libdesignerintegration.la
libdesignerintegration_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI)
libdesignerintegration_la_SOURCES = implementationwidgetbase.ui \
- implementationwidget.cpp qtdesignerintegration.cpp
+ implementationwidget.cpp tqtdesignerintegration.cpp
langincludedirdir = $(includedir)/tdevelop/languages/designer_integration
-langincludedir_HEADERS = qtdesignerintegration.h implementationwidget.h implementationwidgetbase.h
+langincludedir_HEADERS = tqtdesignerintegration.h implementationwidget.h implementationwidgetbase.h
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils kdevinterfaces kdevutil
DOXYGEN_PROJECTNAME = KDevelop Designer Integration Support Library
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"
diff --git a/languages/python/CMakeLists.txt b/languages/python/CMakeLists.txt
index 989ea1b1..485f78de 100644
--- a/languages/python/CMakeLists.txt
+++ b/languages/python/CMakeLists.txt
@@ -43,7 +43,7 @@ tde_add_kpart( libkdevpythonsupport AUTOMOC
SOURCES
pythonsupportpart.cpp pythonconfigwidget.cpp
pythonconfigwidgetbase.ui pythonimplementationwidget.cpp
- qtdesignerpythonintegration.cpp
+ tqtdesignerpythonintegration.cpp
LINK designerintegration-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/languages/python/Makefile.am b/languages/python/Makefile.am
index feef469d..df1b906b 100644
--- a/languages/python/Makefile.am
+++ b/languages/python/Makefile.am
@@ -13,7 +13,7 @@ libkdevpythonsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevpythonsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la
libkdevpythonsupport_la_SOURCES = pythonsupportpart.cpp pythonconfigwidget.cpp pythonconfigwidgetbase.ui \
- pythonimplementationwidget.cpp qtdesignerpythonintegration.cpp
+ pythonimplementationwidget.cpp tqtdesignerpythonintegration.cpp
tdeio_pydoc_la_SOURCES = pydoc.cpp
tdeio_pydoc_la_LIBADD = $(LIB_TDEIO)
diff --git a/languages/python/pythonsupportpart.cpp b/languages/python/pythonsupportpart.cpp
index 092f40b9..e7529c2f 100644
--- a/languages/python/pythonsupportpart.cpp
+++ b/languages/python/pythonsupportpart.cpp
@@ -35,7 +35,7 @@
#include <tdelocale.h>
#include <tqregexp.h>
-#include "qtdesignerpythonintegration.h"
+#include "tqtdesignerpythonintegration.h"
#include "pythonimplementationwidget.h"
typedef KDevGenericFactory<PythonSupportPart> PythonSupportFactory;
diff --git a/languages/python/qtdesignerpythonintegration.cpp b/languages/python/qtdesignerpythonintegration.cpp
index c1627f18..e1a4f0b1 100644
--- a/languages/python/qtdesignerpythonintegration.cpp
+++ b/languages/python/qtdesignerpythonintegration.cpp
@@ -17,7 +17,7 @@
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#include "qtdesignerpythonintegration.h"
+#include "tqtdesignerpythonintegration.h"
#include <tqpair.h>
#include <tqregexp.h>
@@ -94,4 +94,4 @@ void QtDesignerPythonIntegration::addFunctionToClass(KInterfaceDesigner::Functio
}
}
-#include "qtdesignerpythonintegration.moc"
+#include "tqtdesignerpythonintegration.moc"
diff --git a/languages/python/qtdesignerpythonintegration.h b/languages/python/qtdesignerpythonintegration.h
index 8b171f17..9878acad 100644
--- a/languages/python/qtdesignerpythonintegration.h
+++ b/languages/python/qtdesignerpythonintegration.h
@@ -20,7 +20,7 @@
#ifndef TQTDESIGNERPYTHONINTEGRATION_H
#define TQTDESIGNERPYTHONINTEGRATION_H
-#include <qtdesignerintegration.h>
+#include <tqtdesignerintegration.h>
class QtDesignerPythonIntegration : public QtDesignerIntegration
{
diff --git a/languages/ruby/CMakeLists.txt b/languages/ruby/CMakeLists.txt
index 2f1a231e..ea6675f4 100644
--- a/languages/ruby/CMakeLists.txt
+++ b/languages/ruby/CMakeLists.txt
@@ -44,7 +44,7 @@ install( FILES ruby_config.png ruby_run.png DESTINATION ${DATA_INSTALL_DIR}/kdev
tde_add_kpart( libkdevrubysupport AUTOMOC
SOURCES
rubysupport_part.cpp rubyconfigwidgetbase.ui
- rubyconfigwidget.cpp qtdesignerrubyintegration.cpp
+ rubyconfigwidget.cpp tqtdesignerrubyintegration.cpp
rubyimplementationwidget.cpp
LINK designerintegration-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
diff --git a/languages/ruby/Makefile.am b/languages/ruby/Makefile.am
index e0a3612b..e0f9e420 100644
--- a/languages/ruby/Makefile.am
+++ b/languages/ruby/Makefile.am
@@ -13,7 +13,7 @@ libkdevrubysupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la $(top_builddir)/lib/util/libkdevutil.la
libkdevrubysupport_la_SOURCES = rubysupport_part.cpp rubyconfigwidgetbase.ui \
- rubyconfigwidget.cpp qtdesignerrubyintegration.cpp rubyimplementationwidget.cpp
+ rubyconfigwidget.cpp tqtdesignerrubyintegration.cpp rubyimplementationwidget.cpp
METASOURCES = AUTO
@@ -28,4 +28,4 @@ rc_DATA = kdevrubysupport.rc
picsdirdir = $(kde_datadir)/kdevrubysupport/pics
picsdir_DATA = ruby_config.png ruby_run.png
-noinst_HEADERS = qtdesignerrubyintegration.h rubyimplementationwidget.h
+noinst_HEADERS = tqtdesignerrubyintegration.h rubyimplementationwidget.h
diff --git a/languages/ruby/qtdesignerrubyintegration.cpp b/languages/ruby/qtdesignerrubyintegration.cpp
index bb9c0113..0b227c30 100644
--- a/languages/ruby/qtdesignerrubyintegration.cpp
+++ b/languages/ruby/qtdesignerrubyintegration.cpp
@@ -18,7 +18,7 @@
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#include "qtdesignerrubyintegration.h"
+#include "tqtdesignerrubyintegration.h"
#include <tqpair.h>
#include <tqregexp.h>
@@ -90,4 +90,4 @@ void QtDesignerRubyIntegration::addFunctionToClass(KInterfaceDesigner::Function
}
}
-#include "qtdesignerrubyintegration.moc"
+#include "tqtdesignerrubyintegration.moc"
diff --git a/languages/ruby/qtdesignerrubyintegration.h b/languages/ruby/qtdesignerrubyintegration.h
index 38722167..be89e490 100644
--- a/languages/ruby/qtdesignerrubyintegration.h
+++ b/languages/ruby/qtdesignerrubyintegration.h
@@ -20,7 +20,7 @@
#ifndef TQTDESIGNERRUBYINTEGRATION_H
#define TQTDESIGNERRUBYINTEGRATION_H
-#include <qtdesignerintegration.h>
+#include <tqtdesignerintegration.h>
class QtDesignerRubyIntegration : public QtDesignerIntegration
{
diff --git a/languages/ruby/rubysupport_part.cpp b/languages/ruby/rubysupport_part.cpp
index 0b4627b9..e61d7cef 100644
--- a/languages/ruby/rubysupport_part.cpp
+++ b/languages/ruby/rubysupport_part.cpp
@@ -2,7 +2,7 @@
#include "rubyconfigwidget.h"
#include "domutil.h"
-#include "qtdesignerrubyintegration.h"
+#include "tqtdesignerrubyintegration.h"
#include "rubyimplementationwidget.h"
#include "kdevcore.h"
diff --git a/parts/partexplorer/README.dox b/parts/partexplorer/README.dox
index ae33273f..26171c29 100644
--- a/parts/partexplorer/README.dox
+++ b/parts/partexplorer/README.dox
@@ -3,7 +3,7 @@ A Graphical tool for performing TDETrader-like queries about registered services
PartExplorer is a frontend to TDETrader class (http://developer.kde.org/documentation/library/3.1-api/tdeio/html/classTDETrader.html)
and uses its syntax, no more no less: so before saying "it really sucks", give a look at
-http://developer.kde.org/documentation/library/kdeqt/tradersyntax.html.
+http://developer.kde.org/documentation/library/kdetqt/tradersyntax.html.
The real job is done by the @see PartExplorerForm class which handles user input, query system
configuration and (eventually) fills the property list.