diff options
Diffstat (limited to 'src/kernel/qkeysequence.cpp')
-rw-r--r-- | src/kernel/qkeysequence.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/kernel/qkeysequence.cpp b/src/kernel/qkeysequence.cpp index 68f6faeb1..727b443bf 100644 --- a/src/kernel/qkeysequence.cpp +++ b/src/kernel/qkeysequence.cpp @@ -38,15 +38,15 @@ ** **********************************************************************/ -#include "qkeysequence.h" +#include "ntqkeysequence.h" #ifndef QT_NO_ACCEL -#include "qaccel.h" -#include "qshared.h" -#include "qvaluelist.h" +#include "ntqaccel.h" +#include "ntqshared.h" +#include "ntqvaluelist.h" #ifndef QT_NO_REGEXP -# include "qregexp.h" +# include "ntqregexp.h" #endif #ifdef Q_WS_MAC @@ -57,7 +57,7 @@ #endif /*! - \class TQKeySequence qkeysequence.h + \class TQKeySequence ntqkeysequence.h \brief The TQKeySequence class encapsulates a key sequence as used by accelerators. @@ -67,7 +67,7 @@ optionally combined with modifiers, e.g. \c SHIFT, \c CTRL, \c ALT, \c META, or \c UNICODE_ACCEL. For example, \c{CTRL + Key_P} might be a sequence used as a shortcut for printing a document. - The key codes are listed in \c{qnamespace.h}. As an alternative, + The key codes are listed in \c{ntqnamespace.h}. As an alternative, use \c UNICODE_ACCEL with the unicode code point of the character. For example, \c{UNICODE_ACCEL + 'A'} gives the same key sequence as \c Key_A. @@ -241,7 +241,7 @@ TQKeySequence::TQKeySequence( const TQString& key ) /*! Constructs a key sequence that has a single \a key. - The key codes are listed in \c{qnamespace.h} and can be + The key codes are listed in \c{ntqnamespace.h} and can be combined with modifiers, e.g. with \c SHIFT, \c CTRL, \c ALT, \c META or \c UNICODE_ACCEL. */ @@ -256,7 +256,7 @@ TQKeySequence::TQKeySequence( int key ) Constructs a key sequence with up to 4 keys \a k1, \a k2, \a k3 and \a k4. - The key codes are listed in \c{qnamespace.h} and can be + The key codes are listed in \c{ntqnamespace.h} and can be combined with modifiers, e.g. with \c SHIFT, \c CTRL, \c ALT, \c META or \c UNICODE_ACCEL. */ |