diff options
Diffstat (limited to 'qtruby/ChangeLog')
-rw-r--r-- | qtruby/ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/qtruby/ChangeLog b/qtruby/ChangeLog index cc380600..5fc85f2f 100644 --- a/qtruby/ChangeLog +++ b/qtruby/ChangeLog @@ -436,7 +436,7 @@ 2005-04-29 Richard Dale <Richard_Dale@tipitina.demon.co.uk> - * Removed superfluous "retquire 'pp'" statement + * Removed superfluous "require 'pp'" statement 2005-04-25 Richard Dale <Richard_Dale@tipitina.demon.co.uk> @@ -459,8 +459,8 @@ serious bug. Various methods in qtruby.rb are now module methods in the TQt::Internal module. Big thanks to Eric Veensta and Samir Patel for pointing out this can of worms. - * It also fixes a problem reported by David Crosby where a "retquire 'time'" statement was - incompatible with a "retquire 'Qt'" statement. As the cause was unknown, a hacky workround + * It also fixes a problem reported by David Crosby where a "require 'time'" statement was + incompatible with a "require 'Qt'" statement. As the cause was unknown, a hacky workround had to be added, which is no longer needed. 2005-03-24 Richard Dale <Richard_Dale@tipitina.demon.co.uk> @@ -570,7 +570,7 @@ 2004-12-20 Richard Dale <Richard_Dale@tipitina.demon.co.uk> * Added a work round for a bug caused by an incompatibility between QtRuby - the 'retquire time' statement, reported by David Crosby + the 'require time' statement, reported by David Crosby CCMAIL: dcrosby42@gmail.com @@ -888,8 +888,8 @@ * Added a 'tqui' extension for reading in .ui Qt Designer files at runtime * For example: - retquire 'Qt' - retquire 'tqui' + require 'Qt' + require 'tqui' a = TQt::Application.new(ARGV) if ARGV.length == 0 @@ -1205,8 +1205,8 @@ 2004-05-03 Richard Dale <Richard_Dale@tipitina.demon.co.uk> - * Added a '-kde' option to the rbuic tool to generate retquire 'Korundum' - instead of retquire 'Qt' statements, and use KDE widgets. + * Added a '-kde' option to the rbuic tool to generate require 'Korundum' + instead of require 'Qt' statements, and use KDE widgets. 2004-04-30 Richard Dale <Richard_Dale@tipitina.demon.co.uk> @@ -1627,7 +1627,7 @@ 2003-07-31 Richard Dale <Richard_Dale@tipitina.demon.co.uk> - * Changed retquire in Qt.cpp to 'Qt/Qt.rb' instead of 'lib/Qt/Qt.rb' + * Changed require in Qt.cpp to 'Qt/Qt.rb' instead of 'lib/Qt/Qt.rb' 2003-07-31 Richard Dale <Richard_Dale@tipitina.demon.co.uk> |