summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:58:54 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:58:54 +0200
commit3484d122cb5784d5c27e919a2fac74b541d89414 (patch)
tree7184fabc2fa57bb6b78e29b6b0b92e0ebda9f78b
parentd3f27c3ee4e4c833e5f4b3a834761cf6d31aca42 (diff)
downloadpytqt-3484d122.tar.gz
pytqt-3484d122.zip
Additional k => tde renaming and fixes
-rw-r--r--NEWS2
-rw-r--r--pyuic2/widgetdatabase.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2d0c3b6..5f695ed 100644
--- a/NEWS
+++ b/NEWS
@@ -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>