summaryrefslogtreecommitdiffstats
path: root/sip/tdeui/kactionclasses.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdeui/kactionclasses.sip')
-rw-r--r--sip/tdeui/kactionclasses.sip192
1 files changed, 96 insertions, 96 deletions
diff --git a/sip/tdeui/kactionclasses.sip b/sip/tdeui/kactionclasses.sip
index 7858dbf..63cc6d6 100644
--- a/sip/tdeui/kactionclasses.sip
+++ b/sip/tdeui/kactionclasses.sip
@@ -26,7 +26,7 @@
%If ( KDE_3_2_0 - )
-class KToggleAction : KAction
+class TDEToggleAction : TDEAction
{
%TypeHeaderCode
#include <kactionclasses.h>
@@ -34,13 +34,13 @@ class KToggleAction : KAction
public:
- KToggleAction (const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KToggleAction (const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KToggleAction (const TQString&, const TQIconSet&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KToggleAction (const TQString&, const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KToggleAction (const TQString&, const TQIconSet&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KToggleAction (const TQString&, const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KToggleAction (TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEToggleAction (const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEToggleAction (const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDEToggleAction (const TQString&, const TQIconSet&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEToggleAction (const TQString&, const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEToggleAction (const TQString&, const TQIconSet&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDEToggleAction (const TQString&, const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDEToggleAction (TQObject* /TransferThis/ = 0, const char* = 0);
virtual int plug (TQWidget*, int = -1);
bool isChecked () const;
TQString exclusiveGroup () const;
@@ -67,14 +67,14 @@ signals:
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KToggleAction
+}; // class TDEToggleAction
%End
%If ( KDE_3_2_0 - )
-class KRadioAction : KToggleAction
+class TDERadioAction : TDEToggleAction
{
%TypeHeaderCode
#include <kactionclasses.h>
@@ -82,13 +82,13 @@ class KRadioAction : KToggleAction
public:
- KRadioAction (const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KRadioAction (const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KRadioAction (const TQString&, const TQIconSet&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KRadioAction (const TQString&, const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KRadioAction (const TQString&, const TQIconSet&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KRadioAction (const TQString&, const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KRadioAction (TQObject* /TransferThis/ = 0, const char* = 0);
+ TDERadioAction (const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDERadioAction (const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDERadioAction (const TQString&, const TQIconSet&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDERadioAction (const TQString&, const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDERadioAction (const TQString&, const TQIconSet&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDERadioAction (const TQString&, const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDERadioAction (TQObject* /TransferThis/ = 0, const char* = 0);
protected:
virtual void slotActivated ();
@@ -96,14 +96,14 @@ protected:
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KRadioAction
+}; // class TDERadioAction
%End
%If ( KDE_3_2_0 - )
-class KSelectAction : KAction
+class TDESelectAction : TDEAction
{
%TypeHeaderCode
#include <kactionclasses.h>
@@ -111,13 +111,13 @@ class KSelectAction : KAction
public:
- KSelectAction (const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KSelectAction (const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KSelectAction (const TQString&, const TQIconSet&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KSelectAction (const TQString&, const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KSelectAction (const TQString&, const TQIconSet&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KSelectAction (const TQString&, const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KSelectAction (TQObject* /TransferThis/ = 0, const char* = 0);
+ TDESelectAction (const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDESelectAction (const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDESelectAction (const TQString&, const TQIconSet&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDESelectAction (const TQString&, const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDESelectAction (const TQString&, const TQIconSet&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDESelectAction (const TQString&, const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDESelectAction (TQObject* /TransferThis/ = 0, const char* = 0);
virtual int plug (TQWidget*, int = -1);
virtual bool isEditable () const;
virtual TQStringList items () const;
@@ -170,14 +170,14 @@ protected:
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KSelectAction
+}; // class TDESelectAction
%End
%If ( KDE_3_2_0 - )
-class KListAction : KSelectAction
+class TDEListAction : TDESelectAction
{
%TypeHeaderCode
#include <kactionclasses.h>
@@ -185,13 +185,13 @@ class KListAction : KSelectAction
public:
- KListAction (const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KListAction (const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KListAction (const TQString&, const TQIconSet&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KListAction (const TQString&, const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KListAction (const TQString&, const TQIconSet&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KListAction (const TQString&, const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KListAction (TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEListAction (const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEListAction (const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDEListAction (const TQString&, const TQIconSet&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEListAction (const TQString&, const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEListAction (const TQString&, const TQIconSet&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDEListAction (const TQString&, const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDEListAction (TQObject* /TransferThis/ = 0, const char* = 0);
virtual TQString currentText () const;
virtual int currentItem () const;
@@ -201,14 +201,14 @@ public slots:
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KListAction
+}; // class TDEListAction
%End
%If ( KDE_3_2_0 - )
-class KRecentFilesAction : KListAction
+class TDERecentFilesAction : TDEListAction
{
%TypeHeaderCode
#include <kactionclasses.h>
@@ -216,13 +216,13 @@ class KRecentFilesAction : KListAction
public:
- KRecentFilesAction (const TQString&, const KShortcut&, TQObject* /TransferThis/, const char* = 0, uint = 10);
- KRecentFilesAction (const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0, uint = 10);
- KRecentFilesAction (const TQString&, const TQIconSet&, const KShortcut&, TQObject* /TransferThis/, const char* = 0, uint = 10);
- KRecentFilesAction (const TQString&, const TQString&, const KShortcut&, TQObject* /TransferThis/, const char* = 0, uint = 10);
- KRecentFilesAction (const TQString&, const TQIconSet&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0, uint = 10);
- KRecentFilesAction (const TQString&, const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0, uint = 10);
- KRecentFilesAction (TQObject* /TransferThis/ = 0, const char* = 0, uint = 10);
+ TDERecentFilesAction (const TQString&, const TDEShortcut&, TQObject* /TransferThis/, const char* = 0, uint = 10);
+ TDERecentFilesAction (const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0, uint = 10);
+ TDERecentFilesAction (const TQString&, const TQIconSet&, const TDEShortcut&, TQObject* /TransferThis/, const char* = 0, uint = 10);
+ TDERecentFilesAction (const TQString&, const TQString&, const TDEShortcut&, TQObject* /TransferThis/, const char* = 0, uint = 10);
+ TDERecentFilesAction (const TQString&, const TQIconSet&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0, uint = 10);
+ TDERecentFilesAction (const TQString&, const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0, uint = 10);
+ TDERecentFilesAction (TQObject* /TransferThis/ = 0, const char* = 0, uint = 10);
virtual int plug (TQWidget*, int = -1);
uint maxItems () const;
@@ -260,14 +260,14 @@ protected slots:
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KRecentFilesAction
+}; // class TDERecentFilesAction
%End
%If ( KDE_3_2_0 - )
-class KFontAction : KSelectAction
+class TDEFontAction : TDESelectAction
{
%TypeHeaderCode
#include <kactionclasses.h>
@@ -275,19 +275,19 @@ class KFontAction : KSelectAction
public:
- KFontAction (const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KFontAction (const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KFontAction (const TQString&, const TQIconSet&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KFontAction (const TQString&, const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KFontAction (const TQString&, const TQIconSet&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KFontAction (const TQString&, const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDEFontAction (const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEFontAction (const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDEFontAction (const TQString&, const TQIconSet&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEFontAction (const TQString&, const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEFontAction (const TQString&, const TQIconSet&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDEFontAction (const TQString&, const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
%If ( KDE_3_3_0 - )
- KFontAction (uint, const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KFontAction (uint, const TQString&, const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEFontAction (uint, const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEFontAction (uint, const TQString&, const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
%End
- KFontAction (TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEFontAction (TQObject* /TransferThis/ = 0, const char* = 0);
TQString font () const;
int plug (TQWidget*, int = -1);
@@ -297,14 +297,14 @@ public slots:
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KFontAction
+}; // class TDEFontAction
%End
%If ( KDE_3_2_0 - )
-class KFontSizeAction : KSelectAction
+class TDEFontSizeAction : TDESelectAction
{
%TypeHeaderCode
#include <kactionclasses.h>
@@ -312,13 +312,13 @@ class KFontSizeAction : KSelectAction
public:
- KFontSizeAction (const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KFontSizeAction (const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KFontSizeAction (const TQString&, const TQIconSet&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KFontSizeAction (const TQString&, const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KFontSizeAction (const TQString&, const TQIconSet&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KFontSizeAction (const TQString&, const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
- KFontSizeAction (TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEFontSizeAction (const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEFontSizeAction (const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDEFontSizeAction (const TQString&, const TQIconSet&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEFontSizeAction (const TQString&, const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEFontSizeAction (const TQString&, const TQIconSet&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDEFontSizeAction (const TQString&, const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, const char* = 0);
+ TDEFontSizeAction (TQObject* /TransferThis/ = 0, const char* = 0);
virtual int fontSize () const;
public slots:
@@ -335,14 +335,14 @@ signals:
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KFontSizeAction
+}; // class TDEFontSizeAction
%End
%If ( KDE_3_2_0 - )
-class KActionMenu : KAction
+class TDEActionMenu : TDEAction
{
%TypeHeaderCode
#include <kactionclasses.h>
@@ -350,13 +350,13 @@ class KActionMenu : KAction
public:
- KActionMenu (const TQString&, TQObject* /TransferThis/ = 0, const char* = 0);
- KActionMenu (const TQString&, const TQIconSet&, TQObject* /TransferThis/ = 0, const char* = 0);
- KActionMenu (const TQString&, const TQString&, TQObject* /TransferThis/ = 0, const char* = 0);
- KActionMenu (TQObject* /TransferThis/ = 0, const char* = 0);
- virtual void insert (KAction*, int = -1);
- virtual void remove (KAction*);
- KPopupMenu* popupMenu () const;
+ TDEActionMenu (const TQString&, TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEActionMenu (const TQString&, const TQIconSet&, TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEActionMenu (const TQString&, const TQString&, TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEActionMenu (TQObject* /TransferThis/ = 0, const char* = 0);
+ virtual void insert (TDEAction*, int = -1);
+ virtual void remove (TDEAction*);
+ TDEPopupMenu* popupMenu () const;
void popup (const TQPoint&);
bool delayed () const;
void setDelayed (bool);
@@ -367,14 +367,14 @@ public:
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KActionMenu
+}; // class TDEActionMenu
%End
%If ( KDE_3_2_0 - )
-class KToolBarPopupAction : KAction
+class TDEToolBarPopupAction : TDEAction
{
%TypeHeaderCode
#include <kactionclasses.h>
@@ -382,11 +382,11 @@ class KToolBarPopupAction : KAction
public:
- KToolBarPopupAction (const TQString&, const TQString&, const KShortcut& = KShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
- KToolBarPopupAction (const TQString&, const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/ = 0, const char* = 0);
- KToolBarPopupAction (const KGuiItem&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), KActionCollection* /TransferThis/, const char*);
+ TDEToolBarPopupAction (const TQString&, const TQString&, const TDEShortcut& = TDEShortcut (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEToolBarPopupAction (const TQString&, const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEToolBarPopupAction (const KGuiItem&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /TransferThis/, const char*);
virtual int plug (TQWidget*, int = -1);
- KPopupMenu* popupMenu () const;
+ TDEPopupMenu* popupMenu () const;
bool delayed () const;
void setDelayed (bool);
bool stickyMenu () const;
@@ -395,14 +395,14 @@ public:
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KToolBarPopupAction
+}; // class TDEToolBarPopupAction
%End
%If ( KDE_3_2_0 - )
-class KToggleToolBarAction : KToggleAction
+class TDEToggleToolBarAction : TDEToggleAction
{
%TypeHeaderCode
#include <kactionclasses.h>
@@ -410,10 +410,10 @@ class KToggleToolBarAction : KToggleAction
public:
- KToggleToolBarAction (const char*, const TQString&, KActionCollection* /TransferThis/, const char*);
- KToggleToolBarAction (KToolBar*, const TQString&, KActionCollection* /TransferThis/, const char*);
+ TDEToggleToolBarAction (const char*, const TQString&, TDEActionCollection* /TransferThis/, const char*);
+ TDEToggleToolBarAction (TDEToolBar*, const TQString&, TDEActionCollection* /TransferThis/, const char*);
virtual int plug (TQWidget*, int = -1);
- KToolBar* toolBar ();
+ TDEToolBar* toolBar ();
public slots:
virtual void setChecked (bool);
@@ -421,14 +421,14 @@ public slots:
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KToggleToolBarAction
+}; // class TDEToggleToolBarAction
%End
%If ( KDE_3_2_0 - )
-class KToggleFullScreenAction : KToggleAction
+class TDEToggleFullScreenAction : TDEToggleAction
{
%TypeHeaderCode
#include <kactionclasses.h>
@@ -436,7 +436,7 @@ class KToggleFullScreenAction : KToggleAction
public:
- KToggleFullScreenAction (const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, TQWidget*, const char*);
+ TDEToggleFullScreenAction (const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, TQWidget*, const char*);
void setWindow (TQWidget*);
public slots:
@@ -448,14 +448,14 @@ protected:
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KToggleFullScreenAction
+}; // class TDEToggleFullScreenAction
%End
%If ( KDE_3_2_0 - )
-class KWidgetAction : KAction
+class KWidgetAction : TDEAction
{
%TypeHeaderCode
#include <kactionclasses.h>
@@ -463,7 +463,7 @@ class KWidgetAction : KAction
public:
- KWidgetAction (TQWidget*, const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), KActionCollection* /TransferThis/, const char*);
+ KWidgetAction (TQWidget*, const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /TransferThis/, const char*);
TQWidget* widget ();
void setAutoSized (bool);
virtual int plug (TQWidget*, int = -1);
@@ -482,7 +482,7 @@ protected:
%If ( KDE_3_2_0 - )
-class KActionSeparator : KAction
+class TDEActionSeparator : TDEAction
{
%TypeHeaderCode
#include <kactionclasses.h>
@@ -490,20 +490,20 @@ class KActionSeparator : KAction
public:
- KActionSeparator (TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEActionSeparator (TQObject* /TransferThis/ = 0, const char* = 0);
virtual int plug (TQWidget*, int = -1);
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KActionSeparator
+}; // class TDEActionSeparator
%End
%If ( KDE_3_2_0 - )
-class KPasteTextAction : KAction
+class TDEPasteTextAction : TDEAction
{
%TypeHeaderCode
#include <kactionclasses.h>
@@ -511,7 +511,7 @@ class KPasteTextAction : KAction
public:
- KPasteTextAction (const TQString&, const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/ = 0, const char* = 0);
+ TDEPasteTextAction (const TQString&, const TQString&, const TDEShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/ = 0, const char* = 0);
void setMixedMode (bool);
virtual int plug (TQWidget*, int = -1);
@@ -523,7 +523,7 @@ protected slots:
protected:
//igx virtual void virtual_hook (int, void*);
-}; // class KPasteTextAction
+}; // class TDEPasteTextAction
%End