diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:54 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:54 +0200 |
commit | 3484d122cb5784d5c27e919a2fac74b541d89414 (patch) | |
tree | 7184fabc2fa57bb6b78e29b6b0b92e0ebda9f78b | |
parent | d3f27c3ee4e4c833e5f4b3a834761cf6d31aca42 (diff) | |
download | pytqt-3484d122cb5784d5c27e919a2fac74b541d89414.tar.gz pytqt-3484d122cb5784d5c27e919a2fac74b541d89414.zip |
Additional k => tde renaming and fixes
-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> |