diff options
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. |