diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:02:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:02:43 -0600 |
commit | aea627236e4de24599c3e30617cf264c3c1b7d40 (patch) | |
tree | 467e13ca5a7eb0ab292259289ecc3572f53c5eae /lib/kofficecore/kkbdaccessextensions.h | |
parent | 786304c6211f35ddc4cdd54b7aa7985fef4a2e70 (diff) | |
download | koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.tar.gz koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'lib/kofficecore/kkbdaccessextensions.h')
-rw-r--r-- | lib/kofficecore/kkbdaccessextensions.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kofficecore/kkbdaccessextensions.h b/lib/kofficecore/kkbdaccessextensions.h index 46b99b2f..2aa64c74 100644 --- a/lib/kofficecore/kkbdaccessextensions.h +++ b/lib/kofficecore/kkbdaccessextensions.h @@ -32,7 +32,7 @@ class KKbdAccessExtensionsPrivate; class TQWidgetList; -class KMainWindow; +class TDEMainWindow; /** KKbdAccessExtensions is an object that improves accessibility for motor impaired users * who may not be able to easily use a mouse. It adds two new capabilities using the keyboard: @@ -98,7 +98,7 @@ class KMainWindow; * * @section notes Notes * -* The F8, Shift+F8, and Alt+F8 keys are KShortcuts and therefore user may choose different keys in +* The F8, Shift+F8, and Alt+F8 keys are TDEShortcuts and therefore user may choose different keys in * the application's Configure Shortcuts dialog. * * @note At present, these shortcuts may not be multi-key. If user sets multi-key @@ -114,10 +114,10 @@ class KOFFICECORE_EXPORT KKbdAccessExtensions : public TQObject public: /** Constructor. - * @param parent KMainWindow of the application. Required. + * @param parent TDEMainWindow of the application. Required. * @param name (optional) Name of this object. */ - KKbdAccessExtensions(KMainWindow* parent, const char* name = 0); + KKbdAccessExtensions(TDEMainWindow* parent, const char* name = 0); /** Destructor. */ virtual ~KKbdAccessExtensions(); |