diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-28 14:42:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-28 14:42:41 +0900 |
commit | 36d1594949e416e812ed681ed3c84d80649fbf20 (patch) | |
tree | fd37c202692e90306ef60b7c84ff3446d7fa663a /languages/cpp | |
parent | c62b8d179c20b81c12363c73fb89d824d37ed2ce (diff) | |
download | tdevelop-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/cpp')
-rw-r--r-- | languages/cpp/CMakeLists.txt | 2 | ||||
-rw-r--r-- | languages/cpp/Makefile.am | 4 | ||||
-rw-r--r-- | languages/cpp/ccconfigwidget.cpp | 4 | ||||
-rw-r--r-- | languages/cpp/ccconfigwidgetbase.ui | 6 | ||||
-rw-r--r-- | languages/cpp/cppsupportpart.cpp | 2 | ||||
-rw-r--r-- | languages/cpp/qtdesignercppintegration.cpp | 4 | ||||
-rw-r--r-- | languages/cpp/qtdesignercppintegration.h | 2 |
7 files changed, 12 insertions, 12 deletions
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 &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 { |