From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/kaccel.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kdecore/kaccel.h') 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: -- cgit v1.2.1