diff options
author | Michele Calgaro <[email protected]> | 2024-03-09 18:58:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-22 21:28:42 +0900 |
commit | 3723148aa321530969ae4dd7472c461b94b5405e (patch) | |
tree | e5d11a855ae5ab9b409ce5f478b3a78d310f39f5 /kexi/formeditor | |
parent | e220a1b2b9fa4c97bbcaabf51cd259e62edd3ab3 (diff) | |
download | koffice-3723148aa321530969ae4dd7472c461b94b5405e.tar.gz koffice-3723148aa321530969ae4dd7472c461b94b5405e.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 7a7827396f90ad06945cd5a367f93d8ffd380e0f)
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) |