diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-09 18:58:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 21:16:45 +0900 |
commit | 7a7827396f90ad06945cd5a367f93d8ffd380e0f (patch) | |
tree | c812fa6c9a336fac31583724535fbcf8fd0e5ae0 /kexi | |
parent | ea7a0b4d73337e0e30678300466e668179241348 (diff) | |
download | koffice-7a7827396f90ad06945cd5a367f93d8ffd380e0f.tar.gz koffice-7a7827396f90ad06945cd5a367f93d8ffd380e0f.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kexi')
-rw-r--r-- | kexi/3rdparty/kolibs/Makefile.am | 2 | ||||
-rw-r--r-- | kexi/Makefile.am | 6 | ||||
-rw-r--r-- | kexi/data/Makefile.am | 4 | ||||
-rw-r--r-- | kexi/doc/dev/TODO-Kexi-js | 4 | ||||
-rw-r--r-- | kexi/doc/dev/auto_update_service.txt | 2 | ||||
-rw-r--r-- | kexi/doc/dev/kexi_guidelines.txt | 4 | ||||
-rw-r--r-- | kexi/doc/dev/naming_conventions.txt | 2 | ||||
-rw-r--r-- | kexi/formeditor/TODO | 2 | ||||
-rw-r--r-- | kexi/formeditor/formIO.h | 2 | ||||
-rw-r--r-- | kexi/formeditor/test/Makefile.am | 2 | ||||
-rw-r--r-- | kexi/kexidb/drivermanager.cpp | 2 | ||||
-rw-r--r-- | kexi/kexidb/drivers/odbc/odbcconnection.cpp | 2 | ||||
-rw-r--r-- | kexi/kexidb/drivers/odbc/odbcdriver.cpp | 2 | ||||
-rw-r--r-- | kexi/main/printing/Makefile.am | 2 | ||||
-rw-r--r-- | kexi/main/startup/Makefile.am | 6 | ||||
-rw-r--r-- | kexi/migration/migratemanager.cpp | 2 | ||||
-rw-r--r-- | kexi/plugins/forms/widgets/Makefile.am | 2 | ||||
-rw-r--r-- | kexi/plugins/scripting/scripts/copycenter/readme.html | 2 | ||||
-rw-r--r-- | kexi/widget/Makefile.am | 6 | ||||
-rw-r--r-- | kexi/widget/relations/Makefile.am | 6 | ||||
-rw-r--r-- | kexi/widget/tableview/Makefile.am | 6 | ||||
-rw-r--r-- | kexi/widget/utils/Makefile.am | 2 |
22 files changed, 35 insertions, 35 deletions
diff --git a/kexi/3rdparty/kolibs/Makefile.am b/kexi/3rdparty/kolibs/Makefile.am index c5b1cf7b..8ac6c9d2 100644 --- a/kexi/3rdparty/kolibs/Makefile.am +++ b/kexi/3rdparty/kolibs/Makefile.am @@ -22,7 +22,7 @@ libkexikolibs_la_METASOURCES = AUTO SUBDIRS = . -# set the include path for X, qt and KDE +# set the include path for X, tqt and TDE INCLUDES= -I$(top_srcdir)/kexi $(all_includes) diff --git a/kexi/Makefile.am b/kexi/Makefile.am index 6c230399..8907cfd1 100644 --- a/kexi/Makefile.am +++ b/kexi/Makefile.am @@ -37,10 +37,10 @@ install-data-local: # kde_bindir Where executables should go to. Use bin_PROGRAMS or bin_SCRIPTS. # kde_libdir Where shared libraries should go to. Use lib_LTLIBRARIES. # kde_moduledir Where modules (e.g. parts) should go to. Use kde_module_LTLIBRARIES. -# kde_styledir Where Qt/KDE widget styles should go to (new in KDE 3). -# kde_designerdir Where Qt Designer plugins should go to (new in KDE 3). +# kde_styledir Where TQt/TDE widget styles should go to. +# kde_designerdir Where TQt Designer plugins should go to. -# set the include path for X, qt and KDE +# set the include path for X, tqt and TDE INCLUDES = $(LIB_KEXI_KMDI_INCLUDES) $(all_includes) METASOURCES = AUTO diff --git a/kexi/data/Makefile.am b/kexi/data/Makefile.am index 503301b5..d6eb6dde 100644 --- a/kexi/data/Makefile.am +++ b/kexi/data/Makefile.am @@ -17,8 +17,8 @@ include $(top_srcdir)/kexi/Makefile.global # kde_bindir Where executables should go to. Use bin_PROGRAMS or bin_SCRIPTS. # kde_libdir Where shared libraries should go to. Use lib_LTLIBRARIES. # kde_moduledir Where modules (e.g. parts) should go to. Use kde_module_LTLIBRARIES. -# kde_styledir Where Qt/KDE widget styles should go to (new in KDE 3). -# kde_designerdir Where Qt Designer plugins should go to (new in KDE 3). +# kde_styledir Where TQt/TDE widget styles should go to. +# kde_designerdir Where TQt Designer plugins should go to. rcdir = $(kde_datadir)/kexi rc_DATA = kexiui.rc diff --git a/kexi/doc/dev/TODO-Kexi-js b/kexi/doc/dev/TODO-Kexi-js index 8baabd7b..9d0eb85b 100644 --- a/kexi/doc/dev/TODO-Kexi-js +++ b/kexi/doc/dev/TODO-Kexi-js @@ -246,7 +246,7 @@ I am using update_kexi_po to recreate kexi.po file. THis will run cd koffice/ && - add action "restore original column order" - add possibility of renaming column by 1) dbl-clicking header 2) "rename column" action - more actions (as in Format and Insert menus of MSA2k3) -- add own impl. (based on Qt) for date/time editor because: +- add own impl. (based on TQt) for date/time editor because: -- no focusSection(), etc. is available in current impl. -- frames cannot be easily removed -store last sorting column (and type) and load it on KexiTableView::setData() @@ -341,7 +341,7 @@ HINT: removing WStaticContents from KexiTableView ctor fixed repaint problem - fix repainting form's surface boundaries repainting when its size is changed by entering value in the propeditor - fix spring behaviour: it cannot be shrinked if its inside a layout -- KTextEdit doesn't allow to set custom cursor (also in Qt Designer) +- KTextEdit doesn't allow to set custom cursor (also in TQt Designer) - support for multiple widgets selection in the property editor (requires changes to kexiproperty) - handle older and newer formats in FormIO::loadFormFromDom() - TDEAcceleratorManager::setNoAccel(TQWidget*) - use it in data mode, diff --git a/kexi/doc/dev/auto_update_service.txt b/kexi/doc/dev/auto_update_service.txt index eb331218..698f3871 100644 --- a/kexi/doc/dev/auto_update_service.txt +++ b/kexi/doc/dev/auto_update_service.txt @@ -20,7 +20,7 @@ to developers with a bug report to help find a bug context. - This is a step for making KDE apps packages distribution-neutral on Linux. Notes: - The Service guis and backend should be build from two parts: - - First: qt-only that is used to initialize the process and check the system, independently + - First: tqt-only that is used to initialize the process and check the system, independently from existing KDE sybsystem. - Second: used when we already know we already have a working KDE subsystem. This part can use TDEConfig, KLibLoader, etc. to change the KDE settings. diff --git a/kexi/doc/dev/kexi_guidelines.txt b/kexi/doc/dev/kexi_guidelines.txt index cb1ea7b2..7b339259 100644 --- a/kexi/doc/dev/kexi_guidelines.txt +++ b/kexi/doc/dev/kexi_guidelines.txt @@ -9,9 +9,9 @@ These tests can be later turned to command line options for Kexi what will allow GUI operations o databases/projects. Idea 2 -Look at QSQL module from QT. E.g. there is efficient cursor feature (it works quite good with mysql). +Look at TQSQL module from TQt. E.g. there is efficient cursor feature (it works quite good with mysql). We have KexiDBRecordSet instead, but this is just the same thing. -In fact many KexiDB features are compatible with QSQL. +In fact many KexiDB features are compatible with TQSQL. Focus on: - avoid loading all result data to client memory (fetch some records instead) - avoid blocking operations (do asynchronously as many things as possible) diff --git a/kexi/doc/dev/naming_conventions.txt b/kexi/doc/dev/naming_conventions.txt index 7c167a77..e63e62bb 100644 --- a/kexi/doc/dev/naming_conventions.txt +++ b/kexi/doc/dev/naming_conventions.txt @@ -123,7 +123,7 @@ void mymethod() } } -This is good, because made qt and kde sources readable. +This is good, because made tqt and tde sources readable. 4.3 Indentation within classes declaration diff --git a/kexi/formeditor/TODO b/kexi/formeditor/TODO index bb435414..f64cf7db 100644 --- a/kexi/formeditor/TODO +++ b/kexi/formeditor/TODO @@ -11,7 +11,7 @@ because of violating their licenses, if we'd like to expose all their technologies so plainly (at least commercial) license mentions that there cannot be - a project that is a replacement of the Qt developed out of the Qt) + a project that is a replacement of the TQt developed out of the TQt) 4. It wouldn't hurt to ask them, as well. * Add many other widgets :-) * Create db-aware widget factory diff --git a/kexi/formeditor/formIO.h b/kexi/formeditor/formIO.h index e9bd068e..180a5c73 100644 --- a/kexi/formeditor/formIO.h +++ b/kexi/formeditor/formIO.h @@ -196,7 +196,7 @@ class KFORMEDITOR_EXPORT FormIO : public TQObject /*! \return the loaded pixmap This function loads the pixmap named \a name in the DOM document \a domDoc. - Decoding code is taken from QT Designer. + Decoding code is taken from TQt Designer. */ static TQPixmap loadImage(TQDomDocument domDoc, const TQString& name); diff --git a/kexi/formeditor/test/Makefile.am b/kexi/formeditor/test/Makefile.am index a9aec33a..0fd81ca2 100644 --- a/kexi/formeditor/test/Makefile.am +++ b/kexi/formeditor/test/Makefile.am @@ -6,7 +6,7 @@ include $(top_srcdir)/kexi/Makefile.global # of the other Makefile.am variables bin_PROGRAMS = kformdesigner -# set the include path for X, qt and KDE +# set the include path for X, tqt and TDE INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/formeditor \ -I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/core \ -I$(top_srcdir)/lib -I$(top_srcdir)/lib/kofficecore $(all_includes) diff --git a/kexi/kexidb/drivermanager.cpp b/kexi/kexidb/drivermanager.cpp index 3528bd0a..489294c3 100644 --- a/kexi/kexidb/drivermanager.cpp +++ b/kexi/kexidb/drivermanager.cpp @@ -91,7 +91,7 @@ bool DriverManagerInternal::lookupDrivers() if (tqApp) { connect(tqApp,TQ_SIGNAL(aboutToQuit()),this,TQ_SLOT(slotAppQuits())); } -//TODO: for QT-only version check for TDEInstance wrapper +//TODO: for TQt-only version check for TDEInstance wrapper // KexiDBWarn << "DriverManagerInternal::lookupDrivers(): cannot work without TDEInstance (TDEGlobal::instance()==0)!" << endl; // setError("Driver Manager cannot work without TDEInstance (TDEGlobal::instance()==0)!"); diff --git a/kexi/kexidb/drivers/odbc/odbcconnection.cpp b/kexi/kexidb/drivers/odbc/odbcconnection.cpp index 3ac6f082..21796cf9 100644 --- a/kexi/kexidb/drivers/odbc/odbcconnection.cpp +++ b/kexi/kexidb/drivers/odbc/odbcconnection.cpp @@ -22,7 +22,7 @@ #include <sqlext.h> #include <sqltypes.h> -//QT Includes +//TQt Includes #include <tqfile.h> #include <tqdir.h> diff --git a/kexi/kexidb/drivers/odbc/odbcdriver.cpp b/kexi/kexidb/drivers/odbc/odbcdriver.cpp index 83d46361..81b6bb7e 100644 --- a/kexi/kexidb/drivers/odbc/odbcdriver.cpp +++ b/kexi/kexidb/drivers/odbc/odbcdriver.cpp @@ -17,7 +17,7 @@ * Boston, MA 02110-1301, USA. */ -//QT Includes +//TQt Includes #include <tqfile.h> #include <tqdir.h> #include <tqstring.h> diff --git a/kexi/main/printing/Makefile.am b/kexi/main/printing/Makefile.am index a9d49a54..b22d1486 100644 --- a/kexi/main/printing/Makefile.am +++ b/kexi/main/printing/Makefile.am @@ -21,7 +21,7 @@ libkeximainprinting_la_METASOURCES = AUTO SUBDIRS = . -# set the include path for X, qt and KDE +# set the include path for X, tqt and TDE INCLUDES= -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/main/printing \ -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi/widget \ diff --git a/kexi/main/startup/Makefile.am b/kexi/main/startup/Makefile.am index a7f2f30e..ad7e2e9d 100644 --- a/kexi/main/startup/Makefile.am +++ b/kexi/main/startup/Makefile.am @@ -39,9 +39,9 @@ SUBDIRS = . # kde_bindir Where executables should go to. Use bin_PROGRAMS or bin_SCRIPTS. # kde_libdir Where shared libraries should go to. Use lib_LTLIBRARIES. # kde_moduledir Where modules (e.g. parts) should go to. Use kde_module_LTLIBRARIES. -# kde_styledir Where Qt/KDE widget styles should go to (new in KDE 3). -# kde_designerdir Where Qt Designer plugins should go to (new in KDE 3). +# kde_styledir Where TQt/TDE widget styles should go to. +# kde_designerdir Where TQt Designer plugins should go to. -# set the include path for X, qt and KDE +# set the include path for X, tqt and TDE INCLUDES= -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/main/startup -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi/widget -I$(top_builddir)/kexi/widget $(all_includes) diff --git a/kexi/migration/migratemanager.cpp b/kexi/migration/migratemanager.cpp index 212a6842..924c007d 100644 --- a/kexi/migration/migratemanager.cpp +++ b/kexi/migration/migratemanager.cpp @@ -94,7 +94,7 @@ bool MigrateManagerInternal::lookupDrivers() if (tqApp) { connect(tqApp,TQ_SIGNAL(aboutToQuit()),this,TQ_SLOT(slotAppQuits())); } -//TODO: for QT-only version check for TDEInstance wrapper +//TODO: for TQt-only version check for TDEInstance wrapper // KexiDBWarn << "DriverManagerInternal::lookupDrivers(): cannot work without TDEInstance (TDEGlobal::instance()==0)!" << endl; // setError("Driver Manager cannot work without TDEInstance (TDEGlobal::instance()==0)!"); diff --git a/kexi/plugins/forms/widgets/Makefile.am b/kexi/plugins/forms/widgets/Makefile.am index 5ca5cbd8..39c76918 100644 --- a/kexi/plugins/forms/widgets/Makefile.am +++ b/kexi/plugins/forms/widgets/Makefile.am @@ -23,6 +23,6 @@ libkexiformutilswidgets_la_METASOURCES = AUTO SUBDIRS = . -# set the include path for X, qt and KDE +# set the include path for X, tqt and TDE INCLUDES= -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/plugins/forms -I$(top_srcdir)/kexi/core $(all_includes) diff --git a/kexi/plugins/scripting/scripts/copycenter/readme.html b/kexi/plugins/scripting/scripts/copycenter/readme.html index 09deb028..c237df8d 100644 --- a/kexi/plugins/scripting/scripts/copycenter/readme.html +++ b/kexi/plugins/scripting/scripts/copycenter/readme.html @@ -8,7 +8,7 @@ plugin-architecture allows transparent copies between different backends.</p> <ul> <li>Read+write Kexi Databases. This includes all database backends supported by Kexi (like SQLite, MySQL or PostgreSQL).</li> -<li>Read+write QtSQL Databases. MySQL, PostgreSQL and UnixODBC are supported. There might even be more like Oracle in the commercial Qt version or 3rd party backends.</li> +<li>Read+write TQtSQL Databases. MySQL, PostgreSQL and UnixODBC are supported.</li> <li>Runs embedded in Kexi (from the tools=>scripts menu) as well as independent of Kexi (use "krossrunner ~/.trinity/share/apps/kexi/scripts/copycenter/CopyCenter.py" or python direct).</li> <li>Depends only on PyQt. PyKDE is not used at all and Kross (included in KOffice 1.5) is optional.</li> </ul> diff --git a/kexi/widget/Makefile.am b/kexi/widget/Makefile.am index 9d4856fd..9b01c6e8 100644 --- a/kexi/widget/Makefile.am +++ b/kexi/widget/Makefile.am @@ -36,10 +36,10 @@ SUBDIRS = utils tableview . relations # kde_bindir Where executables should go to. Use bin_PROGRAMS or bin_SCRIPTS. # kde_libdir Where shared libraries should go to. Use lib_LTLIBRARIES. # kde_moduledir Where modules (e.g. parts) should go to. Use kde_module_LTLIBRARIES. -# kde_styledir Where Qt/KDE widget styles should go to (new in KDE 3). -# kde_designerdir Where Qt Designer plugins should go to (new in KDE 3). +# kde_styledir Where TQt/TDE widget styles should go to. +# kde_designerdir Where TQt Designer plugins should go to. -# set the include path for X, qt and KDE - all_includes must remain last! +# set the include path for X, tqt and TDE - all_includes must remain last! INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/widget/tableview \ $(LIB_KEXI_KMDI_INCLUDES) \ -I$(top_srcdir)/kexi/core \ diff --git a/kexi/widget/relations/Makefile.am b/kexi/widget/relations/Makefile.am index f09e939a..9430286a 100644 --- a/kexi/widget/relations/Makefile.am +++ b/kexi/widget/relations/Makefile.am @@ -29,10 +29,10 @@ SUBDIRS = . # kde_bindir Where executables should go to. Use bin_PROGRAMS or bin_SCRIPTS. # kde_libdir Where shared libraries should go to. Use lib_LTLIBRARIES. # kde_moduledir Where modules (e.g. parts) should go to. Use kde_module_LTLIBRARIES. -# kde_styledir Where Qt/KDE widget styles should go to (new in KDE 3). -# kde_designerdir Where Qt Designer plugins should go to (new in KDE 3). +# kde_styledir Where TQt/TDE widget styles should go to. +# kde_designerdir Where TQt Designer plugins should go to. -# set the include path for X, qt and KDE +# set the include path for X, tqt and TDE INCLUDES= -I$(top_srcdir)/kexi $(LIB_KEXI_KMDI_INCLUDES) \ -I$(top_srcdir)/kexi/core $(all_includes) diff --git a/kexi/widget/tableview/Makefile.am b/kexi/widget/tableview/Makefile.am index f1fc509f..dc77ae6f 100644 --- a/kexi/widget/tableview/Makefile.am +++ b/kexi/widget/tableview/Makefile.am @@ -38,10 +38,10 @@ SUBDIRS = . # kde_bindir Where executables should go to. Use bin_PROGRAMS or bin_SCRIPTS. # kde_libdir Where shared libraries should go to. Use lib_LTLIBRARIES. # kde_moduledir Where modules (e.g. parts) should go to. Use kde_module_LTLIBRARIES. -# kde_styledir Where Qt/KDE widget styles should go to (new in KDE 3). -# kde_designerdir Where Qt Designer plugins should go to (new in KDE 3). +# kde_styledir Where TQt/TDE widget styles should go to. +# kde_designerdir Where TQt Designer plugins should go to. -# set the include path for X, qt and KDE +# set the include path for X, tqt and TDE INCLUDES= -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi/kexidb \ -I$(top_srcdir)/lib -I$(top_srcdir)/lib/kofficecore -I$(top_srcdir)/lib/koproperty/ $(all_includes) diff --git a/kexi/widget/utils/Makefile.am b/kexi/widget/utils/Makefile.am index e06d9cd9..61d8ac50 100644 --- a/kexi/widget/utils/Makefile.am +++ b/kexi/widget/utils/Makefile.am @@ -11,7 +11,7 @@ libkexiguiutils_la_LIBADD = $(LIB_TDEUI) SUBDIRS = . -# set the include path for X, qt and KDE - all_includes must remain last! +# set the include path for X, tqt and TDE - all_includes must remain last! INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/widget/utils $(all_includes) METASOURCES = AUTO |