From 36d1594949e416e812ed681ed3c84d80649fbf20 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 28 Sep 2018 14:42:41 +0900 Subject: [PATCH] qt -> tqt conversion: kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro --- ChangeLog | 2 +- doc/tdevelop/unixdev.docbook | 4 ++-- languages/cpp/CMakeLists.txt | 2 +- languages/cpp/Makefile.am | 4 ++-- languages/cpp/ccconfigwidget.cpp | 4 ++-- languages/cpp/ccconfigwidgetbase.ui | 6 +++--- languages/cpp/cppsupportpart.cpp | 2 +- languages/cpp/qtdesignercppintegration.cpp | 4 ++-- languages/cpp/qtdesignercppintegration.h | 2 +- languages/lib/designer_integration/CMakeLists.txt | 4 ++-- languages/lib/designer_integration/Makefile.am | 4 ++-- .../lib/designer_integration/qtdesignerintegration.cpp | 8 ++++---- languages/python/CMakeLists.txt | 2 +- languages/python/Makefile.am | 2 +- languages/python/pythonsupportpart.cpp | 2 +- languages/python/qtdesignerpythonintegration.cpp | 4 ++-- languages/python/qtdesignerpythonintegration.h | 2 +- languages/ruby/CMakeLists.txt | 2 +- languages/ruby/Makefile.am | 4 ++-- languages/ruby/qtdesignerrubyintegration.cpp | 4 ++-- languages/ruby/qtdesignerrubyintegration.h | 2 +- languages/ruby/rubysupport_part.cpp | 2 +- parts/partexplorer/README.dox | 2 +- 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 - * 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 * 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 DCOP -Another evolution on &UNIX;-like scripting is the DCOP protocol which was devised for communication between &kde; applications to overcome the limitations of CORBA. +Another evolution on &UNIX;-like scripting is the DCOP protocol which was devised for communication between &kde; applications to overcome the limitations of CORBA. &DCOP; stands for Desktop Communication Protocol 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. -For more information, see the DCOP: Desktop COmmunications Protocol paper or The &DCOP; Desktop Communication Protocol library &API; reference of the &kde; dcop library. +For more information, see the DCOP: Desktop COmmunications Protocol paper or The &DCOP; Desktop Communication Protocol library &API; reference of the &kde; dcop library. 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. - m_qtdesigner + m_tqtdesigner Run Qt &Designer @@ -1631,13 +1631,13 @@ you right click on a variable in a header file. toggleQtVersion(bool) - m_qtdesigner + m_tqtdesigner toggled(bool) m_txtDesigner setEnabled(bool) - m_qtdesigner + m_tqtdesigner toggled(bool) m_designerPath setEnabled(bool) 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 #include @@ -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 +#include 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 #include @@ -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::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 #include -#include "qtdesignerpythonintegration.h" +#include "tqtdesignerpythonintegration.h" #include "pythonimplementationwidget.h" typedef KDevGenericFactory 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 #include @@ -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 +#include 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 #include @@ -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 +#include 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.