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/formeditor | |
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/formeditor')
-rw-r--r-- | kexi/formeditor/TODO | 2 | ||||
-rw-r--r-- | kexi/formeditor/formIO.h | 2 | ||||
-rw-r--r-- | kexi/formeditor/test/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
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) |