diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/kernel/qaccel.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/kernel/qaccel.cpp')
-rw-r--r-- | src/kernel/qaccel.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/kernel/qaccel.cpp b/src/kernel/qaccel.cpp index 8bedd90cf..019dd8369 100644 --- a/src/kernel/qaccel.cpp +++ b/src/kernel/qaccel.cpp @@ -38,21 +38,21 @@ ** **********************************************************************/ -#include "qaccel.h" +#include "ntqaccel.h" #ifndef QT_NO_ACCEL -#include "qsignal.h" -#include "qapplication.h" -#include "qwidget.h" -#include "qptrlist.h" -#include "qwhatsthis.h" -#include "qguardedptr.h" -#include "qstatusbar.h" -#include "qdockwindow.h" -#include "qsignalslotimp.h" +#include "ntqsignal.h" +#include "ntqapplication.h" +#include "ntqwidget.h" +#include "ntqptrlist.h" +#include "ntqwhatsthis.h" +#include "ntqguardedptr.h" +#include "ntqstatusbar.h" +#include "ntqdockwindow.h" +#include "ntqsignalslotimp.h" /*! - \class TQAccel qaccel.h + \class TQAccel ntqaccel.h \brief The TQAccel class handles keyboard accelerator and shortcut keys. \ingroup misc @@ -85,7 +85,7 @@ combined with modifiers (\c SHIFT, \c CTRL, \c ALT or \c UNICODE_ACCEL). For example, \c{CTRL + Key_P} could be a shortcut for printing a document. The key codes are listed in \c - qnamespace.h. As an alternative, use \c UNICODE_ACCEL with the + 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 accelerator as \c Key_A. |