From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/kshortcutmenu.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kdecore/kshortcutmenu.h') diff --git a/kdecore/kshortcutmenu.h b/kdecore/kshortcutmenu.h index 1a8bb7921..3be542a13 100644 --- a/kdecore/kshortcutmenu.h +++ b/kdecore/kshortcutmenu.h @@ -20,8 +20,8 @@ #ifndef __KSHORTCUTMENU_H #define __KSHORTCUTMENU_H -#include -#include +#include +#include #include "kshortcut.h" @@ -36,25 +36,25 @@ class KDECORE_EXPORT KShortcutMenu : public QPopupMenu { Q_OBJECT public: - KShortcutMenu( QWidget* pParent, KAccelActions* pActions, KKeySequence seq ); + KShortcutMenu( TQWidget* pParent, KAccelActions* pActions, KKeySequence seq ); bool insertAction( uint iAction, KKeySequence seq ); void updateShortcuts(); protected: - void keyPressEvent( QKeyEvent* pEvent ); + void keyPressEvent( TQKeyEvent* pEvent ); private: int searchForKey( KKey key ); void keepItemsMatching( KKey key ); private: - typedef QMap IndexToKKeySequence; + typedef TQMap IndexToKKeySequence; KAccelActions* m_pActions; KKeySequence m_seq; - QLabel* pTitle; + TQLabel* pTitle; IndexToKKeySequence m_seqs; }; -- cgit v1.2.1