summaryrefslogtreecommitdiffstats
path: root/sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip')
-rw-r--r--sip/kfile/kfiledetailview.sip6
-rw-r--r--sip/kfile/kopenwith.sip6
-rw-r--r--sip/kfile/kpropertiesdialog.sip6
-rw-r--r--sip/kfile/kpropsdlg.sip6
-rw-r--r--sip/tdecore/kaccel.sip2
-rw-r--r--sip/tdecore/kapplication.sip26
-rw-r--r--sip/tdecore/kuniqueapplication.sip2
7 files changed, 27 insertions, 27 deletions
diff --git a/sip/kfile/kfiledetailview.sip b/sip/kfile/kfiledetailview.sip
index e667417..daf72fd 100644
--- a/sip/kfile/kfiledetailview.sip
+++ b/sip/kfile/kfiledetailview.sip
@@ -133,10 +133,10 @@ private:
// must be sorted by name.
static sipStringTypeClassMap map[] = {
- {sipName_KApplicationPropsPlugin, &sipClass_KApplicationPropsPlugin},
- {sipName_KApplicationPropsPlugin, &sipClass_KApplicationPropsPlugin},
+ {sipName_TDEApplicationPropsPlugin, &sipClass_TDEApplicationPropsPlugin},
+ {sipName_TDEApplicationPropsPlugin, &sipClass_TDEApplicationPropsPlugin},
#if TDE_VERSION < 310
-// {sipName_KApplicationTree, &sipClass_KApplicationTree},
+// {sipName_TDEApplicationTree, &sipClass_TDEApplicationTree},
#endif
{sipName_KBindingPropsPlugin, &sipClass_KBindingPropsPlugin},
{sipName_KBindingPropsPlugin, &sipClass_KBindingPropsPlugin},
diff --git a/sip/kfile/kopenwith.sip b/sip/kfile/kopenwith.sip
index 4d83a21..840186d 100644
--- a/sip/kfile/kopenwith.sip
+++ b/sip/kfile/kopenwith.sip
@@ -116,7 +116,7 @@ protected:
%If ( - KDE_3_1_0 )
-class KApplicationTree : KListView
+class TDEApplicationTree : KListView
{
%TypeHeaderCode
#include <kopenwith.h>
@@ -124,7 +124,7 @@ class KApplicationTree : KListView
public:
- KApplicationTree (TQWidget* /TransferThis/);
+ TDEApplicationTree (TQWidget* /TransferThis/);
void addDesktopGroup (TQString, KAppTreeListItem* = 0);
KAppTreeListItem* it;
bool isDirSel ();
@@ -140,7 +140,7 @@ signals:
void selected (const TQString&, const TQString&);
void highlighted (const TQString&, const TQString&);
-}; // class KApplicationTree
+}; // class TDEApplicationTree
%End
diff --git a/sip/kfile/kpropertiesdialog.sip b/sip/kfile/kpropertiesdialog.sip
index 6f6df9c..fb84071 100644
--- a/sip/kfile/kpropertiesdialog.sip
+++ b/sip/kfile/kpropertiesdialog.sip
@@ -284,7 +284,7 @@ public slots:
}; // class KExecPropsPlugin
-class KApplicationPropsPlugin : KPropsDlgPlugin
+class TDEApplicationPropsPlugin : KPropsDlgPlugin
{
%TypeHeaderCode
#include <kpropertiesdialog.h>
@@ -292,7 +292,7 @@ class KApplicationPropsPlugin : KPropsDlgPlugin
public:
- KApplicationPropsPlugin (KPropertiesDialog*);
+ TDEApplicationPropsPlugin (KPropertiesDialog*);
virtual void applyChanges ();
static bool supports (KFileItemList);
@@ -300,5 +300,5 @@ public slots:
void slotDelExtension ();
void slotAddExtension ();
-}; // class KApplicationPropsPlugin
+}; // class TDEApplicationPropsPlugin
diff --git a/sip/kfile/kpropsdlg.sip b/sip/kfile/kpropsdlg.sip
index 661a9cf..f94a1d1 100644
--- a/sip/kfile/kpropsdlg.sip
+++ b/sip/kfile/kpropsdlg.sip
@@ -158,7 +158,7 @@ public:
}; // class KURLPropsPlugin
-class KApplicationPropsPlugin : KPropsDlgPlugin
+class TDEApplicationPropsPlugin : KPropsDlgPlugin
{
%TypeHeaderCode
#include <kpropsdlg.h>
@@ -166,7 +166,7 @@ class KApplicationPropsPlugin : KPropsDlgPlugin
public:
- KApplicationPropsPlugin (KPropertiesDialog*);
+ TDEApplicationPropsPlugin (KPropertiesDialog*);
virtual void applyChanges ();
static bool supports (KFileItemList);
@@ -174,7 +174,7 @@ public slots:
void slotDelExtension ();
void slotAddExtension ();
-}; // class KApplicationPropsPlugin
+}; // class TDEApplicationPropsPlugin
class KBindingPropsPlugin : KPropsDlgPlugin
diff --git a/sip/tdecore/kaccel.sip b/sip/tdecore/kaccel.sip
index a91fa25..23f7f75 100644
--- a/sip/tdecore/kaccel.sip
+++ b/sip/tdecore/kaccel.sip
@@ -118,7 +118,7 @@ public:
static sipStringTypeClassMap map[] = {
{sipName_KAccel, &sipClass_KAccel},
- {sipName_KApplication, &sipClass_KApplication},
+ {sipName_TDEApplication, &sipClass_TDEApplication},
{sipName_KAsyncIO, &sipClass_KAsyncIO},
{sipName_KAudioPlayer, &sipClass_KAudioPlayer},
{sipName_KBufferedIO, &sipClass_KBufferedIO},
diff --git a/sip/tdecore/kapplication.sip b/sip/tdecore/kapplication.sip
index e7ab9e1..95b3212 100644
--- a/sip/tdecore/kapplication.sip
+++ b/sip/tdecore/kapplication.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KApplication : TQApplication, KInstance
+class TDEApplication : TQApplication, KInstance
{
%TypeHeaderCode
#include <kapplication.h>
@@ -43,14 +43,14 @@ public:
CaptionNoApp
};
- KApplication (bool = 1, bool = 1);
+ TDEApplication (bool = 1, bool = 1);
%If ( KDE_3_3_0 - )
-//ig KApplication (Display*, TQt::HANDLE = 0, TQt::HANDLE = 0, bool = 1);
+//ig TDEApplication (Display*, TQt::HANDLE = 0, TQt::HANDLE = 0, bool = 1);
%End
-//ig KApplication (Display*, int&, char**, const TQCString&, bool = 1, bool = 1);
- KApplication (SIP_PYLIST, TQCString&, bool = 1, bool = 1) [(int&, char**, const TQCString&, bool = 1, bool = 1)];
+//ig TDEApplication (Display*, int&, char**, const TQCString&, bool = 1, bool = 1);
+ TDEApplication (SIP_PYLIST, TQCString&, bool = 1, bool = 1) [(int&, char**, const TQCString&, bool = 1, bool = 1)];
%MethodCode
//takes argv | (a Python list of strings) | rAppName | (Python string) | allowStyles | (bool = 1) | GUIenabled | (bool = 1)
@@ -71,10 +71,10 @@ public:
// The following two lines simulate the actual ctor call
// which is commented out below
KCmdLineArgs::init (nargc, argv, (char *)"unknown", (char *)"KDE Application", NULL, false);
- sipCpp = new sipKApplication((bool)a1,(bool)a2);
+ sipCpp = new sipTDEApplication((bool)a1,(bool)a2);
// This method calls KCmdLineArgs::initIgnore, which is a private method
-// sipCpp = new sipKApplication (nargc,argv, qc, a1, a2);
+// sipCpp = new sipTDEApplication (nargc,argv, qc, a1, a2);
Py_END_ALLOW_THREADS
@@ -84,7 +84,7 @@ public:
%End
static void addCmdLineOptions ();
- static KApplication* kApplication ();
+ static TDEApplication* kApplication ();
KConfig* sessionConfig ();
bool isRestored () const;
void disableSessionManagement ();
@@ -120,7 +120,7 @@ public:
ShutdownModeInteractive
};
- bool requestShutDown (KApplication::ShutdownConfirm = ShutdownConfirmDefault , KApplication::ShutdownType = ShutdownTypeDefault , KApplication::ShutdownMode = ShutdownModeDefault );
+ bool requestShutDown (TDEApplication::ShutdownConfirm = ShutdownConfirmDefault , TDEApplication::ShutdownType = ShutdownTypeDefault , TDEApplication::ShutdownMode = ShutdownModeDefault );
void propagateSessionManager ();
void commitData (TQSessionManager&);
void saveState (TQSessionManager&);
@@ -291,10 +291,10 @@ public slots:
void deref ();
protected:
- KApplication (bool, bool, KInstance*);
+ TDEApplication (bool, bool, KInstance*);
%If ( KDE_3_3_0 - )
-//ig KApplication (Display*, TQt::HANDLE, TQt::HANDLE, bool, KInstance*);
+//ig TDEApplication (Display*, TQt::HANDLE, TQt::HANDLE, bool, KInstance*);
%End
//ig bool x11EventFilter (XEvent*);
@@ -357,7 +357,7 @@ signals:
void shutDown ();
private:
- KApplication (const KApplication&);
+ TDEApplication (const TDEApplication&);
protected:
//igx virtual void virtual_hook (int, void*);
@@ -369,7 +369,7 @@ public:
%End
-}; // class KApplication
+}; // class TDEApplication
class KSessionManaged
diff --git a/sip/tdecore/kuniqueapplication.sip b/sip/tdecore/kuniqueapplication.sip
index 0bc5476..972c3cd 100644
--- a/sip/tdecore/kuniqueapplication.sip
+++ b/sip/tdecore/kuniqueapplication.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KUniqueApplication : KApplication, DCOPObject
+class KUniqueApplication : TDEApplication, DCOPObject
{
%TypeHeaderCode
#include <kuniqueapp.h>