summaryrefslogtreecommitdiffstats
path: root/sip/tdeui/kcmenumngr.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdeui/kcmenumngr.sip')
-rw-r--r--sip/tdeui/kcmenumngr.sip6
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/tdeui/kcmenumngr.sip b/sip/tdeui/kcmenumngr.sip
index d3f89c3..65a1c13 100644
--- a/sip/tdeui/kcmenumngr.sip
+++ b/sip/tdeui/kcmenumngr.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KContextMenuManager : QObject
+class KContextMenuManager : TQObject
{
%TypeHeaderCode
#include <kcmenumngr.h>
@@ -32,11 +32,11 @@ class KContextMenuManager : QObject
public:
- static void insert (QWidget*, QPopupMenu*);
+ static void insert (TQWidget*, TQPopupMenu*);
static bool showOnButtonPress ();
private:
- KContextMenuManager (QObject* /TransferThis/ = 0, const char* = 0);
+ KContextMenuManager (TQObject* /TransferThis/ = 0, const char* = 0);
~KContextMenuManager ();
}; // class KContextMenuManager