From 3723148aa321530969ae4dd7472c461b94b5405e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 9 Mar 2024 18:58:02 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 7a7827396f90ad06945cd5a367f93d8ffd380e0f) --- kexi/formeditor/TODO | 2 +- kexi/formeditor/formIO.h | 2 +- kexi/formeditor/test/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kexi/formeditor') 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) -- cgit v1.2.1