summaryrefslogtreecommitdiffstats
path: root/sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip')
-rw-r--r--sip/tdecore/tdeaboutdata.sip25
-rw-r--r--sip/tdecore/tdeaccel.sip2
-rw-r--r--sip/tdecore/tdecoremod.sip.in4
-rw-r--r--sip/tdecore/tdecrash.sip (renamed from sip/tdecore/kcrash.sip)2
-rw-r--r--sip/tdecore/tdeprocio.sip (renamed from sip/tdecore/kprocio.sip)10
-rw-r--r--sip/tdespell/tdespell.sip10
6 files changed, 28 insertions, 25 deletions
diff --git a/sip/tdecore/tdeaboutdata.sip b/sip/tdecore/tdeaboutdata.sip
index 20a19c5..0bdcc60 100644
--- a/sip/tdecore/tdeaboutdata.sip
+++ b/sip/tdecore/tdeaboutdata.sip
@@ -68,17 +68,20 @@ public:
enum LicenseKey
{
- License_Custom,
- License_File,
- License_Unknown,
- License_GPL,
- License_GPL_V2,
- License_LGPL,
- License_LGPL_V2,
- License_BSD,
- License_Artistic,
- License_QPL,
- License_QPL_V1_0
+ License_Custom,
+ License_File,
+ License_Unknown,
+ License_GPL,
+ License_GPL_V2,
+ License_LGPL,
+ License_LGPL_V2,
+ License_BSD,
+ License_Artistic,
+ License_QPL,
+ License_QPL_V1_0,
+ License_GPL_V3,
+ License_LGPL_V3,
+ License_MIT
};
diff --git a/sip/tdecore/tdeaccel.sip b/sip/tdecore/tdeaccel.sip
index 3324844..06a121f 100644
--- a/sip/tdecore/tdeaccel.sip
+++ b/sip/tdecore/tdeaccel.sip
@@ -135,7 +135,7 @@ public:
{sipName_KLibLoader, &sipClass_KLibLoader},
{sipName_KLibrary, &sipClass_KLibrary},
{sipName_KMultipleDrag, &sipClass_KMultipleDrag},
- {sipName_KProcIO, &sipClass_KProcIO},
+ {sipName_TDEProcIO, &sipClass_TDEProcIO},
{sipName_TDEProcess, &sipClass_TDEProcess},
{sipName_TDEProcessController, &sipClass_TDEProcessController},
{sipName_TDEServerSocket, &sipClass_TDEServerSocket},
diff --git a/sip/tdecore/tdecoremod.sip.in b/sip/tdecore/tdecoremod.sip.in
index 1eb34ae..1ec8964 100644
--- a/sip/tdecore/tdecoremod.sip.in
+++ b/sip/tdecore/tdecoremod.sip.in
@@ -49,7 +49,7 @@
%Include tdeconfigbackend.sip
%Include tdeconfigbase.sip
%Include tdeconfigdata.sip
-%Include kcrash.sip
+%Include tdecrash.sip
%Include kdcoppropertyproxy.sip
%Include kdesktopfile.sip
%Include tdeglobal.sip
@@ -72,7 +72,7 @@
%Include kpixmapprovider.sip
%Include tdeprocctrl.sip
%Include tdeprocess.sip
-%Include kprocio.sip
+%Include tdeprocio.sip
%Include krandomsequence.sip
%Include kregexp.sip
%Include krfcdate.sip
diff --git a/sip/tdecore/kcrash.sip b/sip/tdecore/tdecrash.sip
index 582b52a..e516ce5 100644
--- a/sip/tdecore/kcrash.sip
+++ b/sip/tdecore/tdecrash.sip
@@ -27,7 +27,7 @@
class TDECrash
{
%TypeHeaderCode
-#include <kcrash.h>
+#include <tdecrash.h>
%End
diff --git a/sip/tdecore/kprocio.sip b/sip/tdecore/tdeprocio.sip
index bf920a0..bc4757d 100644
--- a/sip/tdecore/kprocio.sip
+++ b/sip/tdecore/tdeprocio.sip
@@ -24,15 +24,15 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KProcIO : TDEProcess
+class TDEProcIO : TDEProcess
{
%TypeHeaderCode
-#include <kprocio.h>
+#include <tdeprocio.h>
%End
public:
- KProcIO (TQTextCodec* = 0);
+ TDEProcIO (TQTextCodec* = 0);
%If ( KDE_3_2_0 - )
void setComm (Communication);
@@ -51,7 +51,7 @@ public:
void enableReadSignals (bool);
signals:
- void readReady (KProcIO*);
+ void readReady (TDEProcIO*);
protected:
void controlledEmission ();
@@ -63,5 +63,5 @@ protected slots:
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KProcIO
+}; // class TDEProcIO
diff --git a/sip/tdespell/tdespell.sip b/sip/tdespell/tdespell.sip
index 5efdded..efffaf3 100644
--- a/sip/tdespell/tdespell.sip
+++ b/sip/tdespell/tdespell.sip
@@ -109,19 +109,19 @@ signals:
void death ();
protected slots:
- void KSpell2 (KProcIO*);
- void checkWord2 (KProcIO*);
+ void KSpell2 (TDEProcIO*);
+ void checkWord2 (TDEProcIO*);
void checkWord3 ();
- void check2 (KProcIO*);
+ void check2 (TDEProcIO*);
void checkList2 ();
- void checkList3a (KProcIO*);
+ void checkList3a (TDEProcIO*);
void checkListReplaceCurrent ();
void checkList4 ();
void dialog2 (int);
void check3 ();
%If ( KDE_3_2_0 - )
- void suggestWord (KProcIO*);
+ void suggestWord (TDEProcIO*);
%End
void slotStopCancel (int);