diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | pyuic2/widgetdatabase.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -507,7 +507,7 @@ v0.7.1 3rd May 1999 v0.7 16th April 1999 Build with -fno-exceptions if supported. Converted the documentation - to SGML. Replaced TQT_VERSION and KDE_VERSION with the proper TQt and + to SGML. Replaced TQT_VERSION and TDE_VERSION with the proper TQt and KDE version constants. Fixed a bad bug converting from TQStrings to Python strings. The "connect" convenience function has been removed. Added the class variables for all supported classes. Removed SLOT() diff --git a/pyuic2/widgetdatabase.cpp b/pyuic2/widgetdatabase.cpp index 231864d..a121f94 100644 --- a/pyuic2/widgetdatabase.cpp +++ b/pyuic2/widgetdatabase.cpp @@ -27,7 +27,7 @@ #include "../designer/pixmapchooser.h" #endif -//#include "../integration/kdevelop/kdewidgets.h" +//#include "../integration/tdevelop/kdewidgets.h" #include <globaldefs.h> #include <tqstrlist.h> |