summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:31:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:31:43 -0600
commit24b85b785334e8436c975a4323fcbb75d61f6e72 (patch)
tree95703ced216baabc95ecb169839c6f302bbcc5af /kjsembed/docs/ChangeLog
parent5baaa6b5ff2b9d30279cf9e9658b9509fcdf884c (diff)
downloadtdebindings-24b85b785334e8436c975a4323fcbb75d61f6e72.tar.gz
tdebindings-24b85b785334e8436c975a4323fcbb75d61f6e72.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kjsembed/docs/ChangeLog')
-rw-r--r--kjsembed/docs/ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/kjsembed/docs/ChangeLog b/kjsembed/docs/ChangeLog
index c4f23b28..0c19114f 100644
--- a/kjsembed/docs/ChangeLog
+++ b/kjsembed/docs/ChangeLog
@@ -334,7 +334,7 @@
Fixed issue where config files where not reading and writing properly
When the default args where removed they would pass invalid items to
- the KConfig methods. This would basicly cause the methods to fail
+ the TDEConfig methods. This would basicly cause the methods to fail
in strange and entertaining ways. Since the methods with default
args had the default args ignored before this really changes nothing
on the public API. This will someday change to an opaque proxy
@@ -346,7 +346,7 @@
2004-11-30 Tuesday 10:45 geiseri
- Added support for passing TQStringList through slots. This fixed the problems with KConfig bindings not showing up. It should also fix the problem of not being able to pass StringLists to C++ slots that have been published to javascript.
+ Added support for passing TQStringList through slots. This fixed the problems with TDEConfig bindings not showing up. It should also fix the problem of not being able to pass StringLists to C++ slots that have been published to javascript.
2004-11-29 Monday 17:41 annma
@@ -932,8 +932,8 @@
- Added support for a bunch more effects.
- Shows the filename in the status bar.
- - Added an accessor to the KConfig wrapper that lets you obtain an opaque
- pointer to the KConfig object.
+ - Added an accessor to the TDEConfig wrapper that lets you obtain an opaque
+ pointer to the TDEConfig object.
- Updated class docs
@@ -2924,7 +2924,7 @@
2003-09-17 Wednesday 21:09 geiseri
- Added start of bindings for a KConfig object.
+ Added start of bindings for a TDEConfig object.
this is mostly untested, but it compiles so we can start to debug it.
2003-09-17 Wednesday 01:43 geiseri
@@ -3283,7 +3283,7 @@
2003-08-16 Saturday 15:52 rich
- - Modify KIO::NetAccess binding to use KURLs now we support the 2
+ - Modify TDEIO::NetAccess binding to use KURLs now we support the 2
argument variant.
@@ -3351,7 +3351,7 @@
2003-08-15 Friday 04:59 zrusin
- Adding KIO::NetAccess binding. So now from within scripts you can do:
+ Adding TDEIO::NetAccess binding. So now from within scripts you can do:
var net = application.create( 'NetAccess', 'net' );
net.download( 'http://www.kde.org/media/images/kde_logo.jpg', '~/logo.jpg' );
To download anything you want. It be cool if one could disable the progress
@@ -4093,7 +4093,7 @@
- Supported KDE Widgets:
KActiveLabel, KCharSelect, KColorButton, KColorCombo,
- KComboBox, KCModule, KDateWidget, KDatePicker, KDialog,
+ KComboBox, TDECModule, KDateWidget, KDatePicker, KDialog,
KDualColorButton, KEditListBox, KFontCombo, KGradientSelector,
KHistoryCombo, KHSSelector, KLed, KListBox, KListView,
KLineEdit, KPasswordEdit, KProgress, KPushButton,