summaryrefslogtreecommitdiffstats
path: root/kdecore/kaccel.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kaccel.h')
-rw-r--r--kdecore/kaccel.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kdecore/kaccel.h b/kdecore/kaccel.h
index 7bdf9e0e7..53073f29e 100644
--- a/kdecore/kaccel.h
+++ b/kdecore/kaccel.h
@@ -39,7 +39,7 @@ class KAccelPrivate;
* through application configuration files or through the
* KKeyChooser GUI.
*
- * A KAccel contains a list of accelerator actions.
+ * A KAccel tqcontains a list of accelerator actions.
*
* For example, CTRL+Key_P could be a shortcut for printing a document. The key
* codes are listed in tqnamespace.h. "Print" could be the action name for printing.
@@ -96,10 +96,10 @@ class KDECORE_EXPORT KAccel : public TQAccel
public:
/**
* Creates a new KAccel that watches @p pParent, which is also
- * the QObject's parent.
+ * the TQObject's parent.
*
* @param pParent the parent and widget to watch for key strokes
- * @param psName the name of the QObject
+ * @param psName the name of the TQObject
*/
KAccel( TQWidget* pParent, const char* psName = 0 );
@@ -107,8 +107,8 @@ class KDECORE_EXPORT KAccel : public TQAccel
* Creates a new KAccel that watches @p watch.
*
* @param watch the widget to watch for key strokes
- * @param parent the parent of the QObject
- * @param psName the name of the QObject
+ * @param parent the parent of the TQObject
+ * @param psName the name of the TQObject
*/
KAccel( TQWidget* watch, TQObject* parent, const char* psName = 0 );
virtual ~KAccel();
@@ -376,7 +376,7 @@ class KDECORE_EXPORT KAccel : public TQAccel
* Return the name of the accelerator item with the keycode @p key,
* or TQString::null if the item cannot be found.
*/
- TQString findKey( int key ) const KDE_DEPRECATED;
+ TQString tqfindKey( int key ) const KDE_DEPRECATED;
#endif // !KDE_NO_COMPAT
protected: