diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
commit | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch) | |
tree | 4bc444c00a79e88105f2cfce5b6209994c413ca0 /kdecore/kaccel.h | |
parent | 307136d8eef0ba133b78ceee8e901138d4c996a1 (diff) | |
download | tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip |
Revert automated changes
Sorry guys, they are just not ready for prime time
Work will continue as always
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdecore/kaccel.h')
-rw-r--r-- | kdecore/kaccel.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kdecore/kaccel.h b/kdecore/kaccel.h index 53073f29e..7bdf9e0e7 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 tqcontains a list of accelerator actions. + * A KAccel contains 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 TQObject's parent. + * the QObject's parent. * * @param pParent the parent and widget to watch for key strokes - * @param psName the name of the TQObject + * @param psName the name of the QObject */ 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 TQObject - * @param psName the name of the TQObject + * @param parent the parent of the QObject + * @param psName the name of the QObject */ 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 tqfindKey( int key ) const KDE_DEPRECATED; + TQString findKey( int key ) const KDE_DEPRECATED; #endif // !KDE_NO_COMPAT protected: |