summaryrefslogtreecommitdiffstats
path: root/kalyptus/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'kalyptus/ChangeLog')
-rw-r--r--kalyptus/ChangeLog30
1 files changed, 15 insertions, 15 deletions
diff --git a/kalyptus/ChangeLog b/kalyptus/ChangeLog
index f2119248..fd2235be 100644
--- a/kalyptus/ChangeLog
+++ b/kalyptus/ChangeLog
@@ -17,7 +17,7 @@
2004-10-02 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
- * Fixed problem where a call to super in java QWidet.polish() caused a loop
+ * Fixed problem where a call to super in java TQWidet.polish() caused a loop
* DCOPArg and DCOPReply are ignored for java bindings generation
2004-09-10 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
@@ -28,8 +28,8 @@
* Removed forward declarations for classes embedded in method return types.
For instance:
- virtual class View *createView ( QWidget *parent, const char *name = 0 ) = 0;
- virtual QPtrList<class View> views () const = 0;
+ virtual class View *createView ( TQWidget *parent, const char *name = 0 ) = 0;
+ virtual TQPtrList<class View> views () const = 0;
* Added kate as a KDE include header subdirectory
@@ -38,7 +38,7 @@
* Added kontact to the expected KDE header subdirectory names
* Fixed a bug in the code generation for this method:
- virtual QValueList<Kontact::Plugin*> pluginList() const = 0;
+ virtual TQValueList<Kontact::Plugin*> pluginList() const = 0;
It was being incorrectly treated as a pointer type, because it contained as asterisk.
@@ -49,7 +49,7 @@
2004-07-26 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
- * QMap and QPair template types such as 'QMap<QCString, DCOPRef>' with an
+ * TQMap and TQPair template types such as 'TQMap<TQCString, DCOPRef>' with an
embedded comma, were not being correctly normalised. A space was left in
the smoke type.
@@ -67,12 +67,12 @@
2004-07-07 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
- * After discussion with Germain Garand, QChars have been returned to
+ * After discussion with Germain Garand, TQChars have been returned to
the Smoke runtime as first class members.
2004-07-07 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
- * The QChar class is now treated as a primitive type just like QString.
+ * The TQChar class is now treated as a primitive type just like TQString.
2004-06-30 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
@@ -103,8 +103,8 @@
2004-06-07 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
- * Added patch from Michal Ceresna to fix code generation for QImage.bits() and
- QImage.colorTable()
+ * Added patch from Michal Ceresna to fix code generation for TQImage.bits() and
+ TQImage.colorTable()
* Fixed bug reported by Maik Schulz caused by unwanted KListViewItem copy constructor.
An 'enhancement' was added for KDE 3.2 - for any class which didn't have a copy
constructor, but which could still be copied, a copy constructor was generated.
@@ -113,7 +113,7 @@
2004-05-27 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
- * The methods QPainter::pos() and QFontInfo::font() are skipped for
+ * The methods TQPainter::pos() and TQFontInfo::font() are skipped for
Qt2 embedded as they don't link to the ARM version of Qt/E
* Thanks to Fabien Renaud for testing QtJava/E on an ARM box
@@ -143,8 +143,8 @@
* The java '-fjni' option now generates correct java code with Qt/E 2.3.4
* KMainWindow.toolBar() and KMainWindow.menuBar() rename ktoolBar() and
kmenuBar(). This is because java doesn't have covariant return types
- and the methods with the same names in QMainWindow return a QToolBar
- and QMenuBar, rather than their KDE equivalent subclasses.
+ and the methods with the same names in TQMainWindow return a TQToolBar
+ and TQMenuBar, rather than their KDE equivalent subclasses.
2004-05-19 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
@@ -264,7 +264,7 @@
* Fixed parsing of casts inside enums in kfileitem.h:
enum { Unknown = (mode_t) - 1 };
Hmm, not sure what that's up to anyway..
- * Added a special Source property to method nodes in QGlobalSpace.
+ * Added a special Source property to method nodes in TQGlobalSpace.
In java, this allows Qt friend methods to be grouped under the
Qt.java class, and KDE ones under KDE.java according to which
source file they originated from.
@@ -304,7 +304,7 @@
2003-08-30 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* Applied Germain Garand's patch to no longer rename operator methods
- in the QGlobalSpace pseudo class
+ in the TQGlobalSpace pseudo class
2003-08-21 Alexander Kellett <lypanov@kde.org>
@@ -344,7 +344,7 @@
* Added C# P/Invoke bindings generation option from Adam Treat
2002-02-10 Richard Dale <duke@tipitina.demon.co.uk>
* Improved C destructor code generation
- * QCanvasItemList mapped onto java.util.ArrayList
+ * TQCanvasItemList mapped onto java.util.ArrayList
* 'bool *' type converted to java 'boolean[]' type.
2002-02-03 Richard Dale <duke@tipitina.demon.co.uk>