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.sip202
1 files changed, 101 insertions, 101 deletions
diff --git a/sip/tdeui/kactionclasses.sip b/sip/tdeui/kactionclasses.sip
index 05d1eeb..5ae95a1 100644
--- a/sip/tdeui/kactionclasses.sip
+++ b/sip/tdeui/kactionclasses.sip
@@ -34,21 +34,21 @@ class KToggleAction : KAction
public:
- KToggleAction (const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KToggleAction (const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KToggleAction (const QString&, const QIconSet&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KToggleAction (const QString&, const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KToggleAction (const QString&, const QIconSet&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KToggleAction (const QString&, const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KToggleAction (QObject* /TransferThis/ = 0, const char* = 0);
- virtual int plug (QWidget*, int = -1);
+ 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);
+ virtual int plug (TQWidget*, int = -1);
bool isChecked () const;
- QString exclusiveGroup () const;
- virtual void setExclusiveGroup (const QString&);
+ TQString exclusiveGroup () const;
+ virtual void setExclusiveGroup (const TQString&);
%If ( KDE_3_3_0 - )
void setCheckedState (const KGuiItem&);
- virtual QString toolTip () const;
+ virtual TQString toolTip () const;
%End
@@ -82,13 +82,13 @@ class KRadioAction : KToggleAction
public:
- KRadioAction (const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KRadioAction (const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KRadioAction (const QString&, const QIconSet&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KRadioAction (const QString&, const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KRadioAction (const QString&, const QIconSet&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KRadioAction (const QString&, const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KRadioAction (QObject* /TransferThis/ = 0, const char* = 0);
+ 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);
protected:
virtual void slotActivated ();
@@ -111,18 +111,18 @@ class KSelectAction : KAction
public:
- KSelectAction (const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KSelectAction (const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KSelectAction (const QString&, const QIconSet&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KSelectAction (const QString&, const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KSelectAction (const QString&, const QIconSet&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KSelectAction (const QString&, const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KSelectAction (QObject* /TransferThis/ = 0, const char* = 0);
- virtual int plug (QWidget*, int = -1);
+ 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);
+ virtual int plug (TQWidget*, int = -1);
virtual bool isEditable () const;
- virtual QStringList items () const;
- virtual void changeItem (int, const QString&);
- virtual QString currentText () const;
+ virtual TQStringList items () const;
+ virtual void changeItem (int, const TQString&);
+ virtual TQString currentText () const;
virtual int currentItem () const;
virtual int comboWidth () const;
@@ -130,7 +130,7 @@ public:
void setMaxComboViewCount (int);
%End
- QPopupMenu* popupMenu () const;
+ TQPopupMenu* popupMenu () const;
void setRemoveAmpersandsInCombo (bool);
bool removeAmpersandsInCombo () const;
void setMenuAccelsEnabled (bool);
@@ -143,23 +143,23 @@ public:
public slots:
virtual void setCurrentItem (int);
- virtual void setItems (const QStringList&);
+ virtual void setItems (const TQStringList&);
virtual void clear ();
virtual void setEditable (bool);
virtual void setComboWidth (int);
protected:
- virtual void changeItem (int, int, const QString&);
- QStringList comboItems () const;
+ virtual void changeItem (int, int, const TQString&);
+ TQStringList comboItems () const;
protected slots:
virtual void slotActivated (int);
- virtual void slotActivated (const QString&);
+ virtual void slotActivated (const TQString&);
virtual void slotActivated ();
signals:
void activated (int);
- void activated (const QString&);
+ void activated (const TQString&);
protected:
virtual void updateCurrentItem (int);
@@ -185,14 +185,14 @@ class KListAction : KSelectAction
public:
- KListAction (const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KListAction (const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KListAction (const QString&, const QIconSet&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KListAction (const QString&, const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KListAction (const QString&, const QIconSet&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KListAction (const QString&, const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KListAction (QObject* /TransferThis/ = 0, const char* = 0);
- virtual QString currentText () const;
+ 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);
+ virtual TQString currentText () const;
virtual int currentItem () const;
public slots:
@@ -216,30 +216,30 @@ class KRecentFilesAction : KListAction
public:
- KRecentFilesAction (const QString&, const KShortcut&, QObject* /TransferThis/, const char* = 0, uint = 10);
- KRecentFilesAction (const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0, uint = 10);
- KRecentFilesAction (const QString&, const QIconSet&, const KShortcut&, QObject* /TransferThis/, const char* = 0, uint = 10);
- KRecentFilesAction (const QString&, const QString&, const KShortcut&, QObject* /TransferThis/, const char* = 0, uint = 10);
- KRecentFilesAction (const QString&, const QIconSet&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0, uint = 10);
- KRecentFilesAction (const QString&, const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0, uint = 10);
- KRecentFilesAction (QObject* /TransferThis/ = 0, const char* = 0, uint = 10);
- virtual int plug (QWidget*, int = -1);
+ 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);
+ virtual int plug (TQWidget*, int = -1);
uint maxItems () const;
%If ( KDE_3_5_0 - )
- virtual QStringList items () const;
- QStringList completeItems () const;
+ virtual TQStringList items () const;
+ TQStringList completeItems () const;
%End
public slots:
void setMaxItems (uint);
- void loadEntries (KConfig*, QString = QString ::null );
- void saveEntries (KConfig*, QString = QString ::null );
+ void loadEntries (KConfig*, TQString = TQString ::null );
+ void saveEntries (KConfig*, TQString = TQString ::null );
void addURL (const KURL&);
%If ( KDE_3_5_0 - )
- void addURL (const KURL&, const QString&);
+ void addURL (const KURL&, const TQString&);
%End
void removeURL (const KURL&);
@@ -249,12 +249,12 @@ signals:
void urlSelected (const KURL&);
protected slots:
- void itemSelected (const QString&);
+ void itemSelected (const TQString&);
void menuAboutToShow ();
void menuItemActivated (int);
void slotClicked ();
virtual void slotActivated (int);
- virtual void slotActivated (const QString&);
+ virtual void slotActivated (const TQString&);
virtual void slotActivated ();
protected:
@@ -275,24 +275,24 @@ class KFontAction : KSelectAction
public:
- KFontAction (const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KFontAction (const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KFontAction (const QString&, const QIconSet&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KFontAction (const QString&, const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KFontAction (const QString&, const QIconSet&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KFontAction (const QString&, const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
+ 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);
%If ( KDE_3_3_0 - )
- KFontAction (uint, const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KFontAction (uint, const QString&, const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 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);
%End
- KFontAction (QObject* /TransferThis/ = 0, const char* = 0);
- QString font () const;
- int plug (QWidget*, int = -1);
+ KFontAction (TQObject* /TransferThis/ = 0, const char* = 0);
+ TQString font () const;
+ int plug (TQWidget*, int = -1);
public slots:
- void setFont (const QString&);
+ void setFont (const TQString&);
protected:
//igx virtual void virtual_hook (int, void*);
@@ -312,13 +312,13 @@ class KFontSizeAction : KSelectAction
public:
- KFontSizeAction (const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KFontSizeAction (const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KFontSizeAction (const QString&, const QIconSet&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KFontSizeAction (const QString&, const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KFontSizeAction (const QString&, const QIconSet&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KFontSizeAction (const QString&, const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, const char* = 0);
- KFontSizeAction (QObject* /TransferThis/ = 0, const char* = 0);
+ 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);
virtual int fontSize () const;
public slots:
@@ -326,7 +326,7 @@ public slots:
protected slots:
virtual void slotActivated (int);
- virtual void slotActivated (const QString&);
+ virtual void slotActivated (const TQString&);
virtual void slotActivated ();
signals:
@@ -350,19 +350,19 @@ class KActionMenu : KAction
public:
- KActionMenu (const QString&, QObject* /TransferThis/ = 0, const char* = 0);
- KActionMenu (const QString&, const QIconSet&, QObject* /TransferThis/ = 0, const char* = 0);
- KActionMenu (const QString&, const QString&, QObject* /TransferThis/ = 0, const char* = 0);
- KActionMenu (QObject* /TransferThis/ = 0, const char* = 0);
+ 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;
- void popup (const QPoint&);
+ void popup (const TQPoint&);
bool delayed () const;
void setDelayed (bool);
bool stickyMenu () const;
void setStickyMenu (bool);
- virtual int plug (QWidget*, int = -1);
+ virtual int plug (TQWidget*, int = -1);
protected:
//igx virtual void virtual_hook (int, void*);
@@ -382,10 +382,10 @@ class KToolBarPopupAction : KAction
public:
- KToolBarPopupAction (const QString&, const QString&, const KShortcut& = KShortcut (), QObject* /TransferThis/ = 0, const char* = 0);
- KToolBarPopupAction (const QString&, const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/ = 0, const char* = 0);
+ 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*);
- virtual int plug (QWidget*, int = -1);
+ virtual int plug (TQWidget*, int = -1);
KPopupMenu* popupMenu () const;
bool delayed () const;
void setDelayed (bool);
@@ -410,9 +410,9 @@ class KToggleToolBarAction : KToggleAction
public:
- KToggleToolBarAction (const char*, const QString&, KActionCollection* /TransferThis/, const char*);
- KToggleToolBarAction (KToolBar*, const QString&, KActionCollection* /TransferThis/, const char*);
- virtual int plug (QWidget*, int = -1);
+ KToggleToolBarAction (const char*, const TQString&, KActionCollection* /TransferThis/, const char*);
+ KToggleToolBarAction (KToolBar*, const TQString&, KActionCollection* /TransferThis/, const char*);
+ virtual int plug (TQWidget*, int = -1);
KToolBar* toolBar ();
public slots:
@@ -436,14 +436,14 @@ class KToggleFullScreenAction : KToggleAction
public:
- KToggleFullScreenAction (const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/, QWidget*, const char*);
- void setWindow (QWidget*);
+ KToggleFullScreenAction (const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/, TQWidget*, const char*);
+ void setWindow (TQWidget*);
public slots:
virtual void setChecked (bool);
protected:
- virtual bool eventFilter (QObject*, QEvent*);
+ virtual bool eventFilter (TQObject*, TQEvent*);
protected:
//igx virtual void virtual_hook (int, void*);
@@ -463,11 +463,11 @@ class KWidgetAction : KAction
public:
- KWidgetAction (QWidget*, const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), KActionCollection* /TransferThis/, const char*);
- QWidget* widget ();
+ KWidgetAction (TQWidget*, const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), KActionCollection* /TransferThis/, const char*);
+ TQWidget* widget ();
void setAutoSized (bool);
- virtual int plug (QWidget*, int = -1);
- virtual void unplug (QWidget*);
+ virtual int plug (TQWidget*, int = -1);
+ virtual void unplug (TQWidget*);
protected slots:
void slotToolbarDestroyed ();
@@ -490,8 +490,8 @@ class KActionSeparator : KAction
public:
- KActionSeparator (QObject* /TransferThis/ = 0, const char* = 0);
- virtual int plug (QWidget*, int = -1);
+ KActionSeparator (TQObject* /TransferThis/ = 0, const char* = 0);
+ virtual int plug (TQWidget*, int = -1);
protected:
//igx virtual void virtual_hook (int, void*);
@@ -511,9 +511,9 @@ class KPasteTextAction : KAction
public:
- KPasteTextAction (const QString&, const QString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), QObject* /TransferThis/ = 0, const char* = 0);
+ KPasteTextAction (const TQString&, const TQString&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), TQObject* /TransferThis/ = 0, const char* = 0);
void setMixedMode (bool);
- virtual int plug (QWidget*, int = -1);
+ virtual int plug (TQWidget*, int = -1);
protected slots:
void menuAboutToShow ();