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/kaccelmanager_private.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kdecore/kaccelmanager_private.h') diff --git a/kdecore/kaccelmanager_private.h b/kdecore/kaccelmanager_private.h index fbb5d1857..cd3f30a12 100644 --- a/kdecore/kaccelmanager_private.h +++ b/kdecore/kaccelmanager_private.h @@ -32,7 +32,7 @@ class TQWidgetStack; /** * A string class handling accelerators. * - * This class contains a string and knowledge about accelerators. + * This class tqcontains a string and knowledge about accelerators. * It keeps a list weights, telling how valuable each character * would be as an accelerator. * @@ -81,7 +81,7 @@ typedef TQValueList KAccelStringList; /** - * This class encapsulates the algorithm finding the 'best' + * This class encapsulates the algorithm tqfinding the 'best' * distribution of accelerators in a hierarchy of widgets. * * @author Matthias Hoelzer-Kluepfel @@ -113,8 +113,8 @@ public: STANDARD_ACCEL = 300 }; - /// Method to call to find the best distribution of accelerators. - static void findAccelerators(KAccelStringList &result, TQString &used); + /// Method to call to tqfind the best distribution of accelerators. + static void tqfindAccelerators(KAccelStringList &result, TQString &used); }; @@ -131,7 +131,7 @@ class TQPopupMenu; * @author Matthias Hoelzer-Kluepfel */ -class KPopupAccelManager : public QObject +class KPopupAccelManager : public TQObject { Q_OBJECT @@ -154,7 +154,7 @@ private: void calculateAccelerators(); - void findMenuEntries(KAccelStringList &list); + void tqfindMenuEntries(KAccelStringList &list); void setMenuEntries(const KAccelStringList &list); TQPopupMenu *m_popup; @@ -164,7 +164,7 @@ private: }; -class QWidgetStackAccelManager : public QObject +class QWidgetStackAccelManager : public TQObject { Q_OBJECT -- cgit v1.2.1