From a374efce3a207b39514be3c52264091400ce297e Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 11 Jun 2011 04:44:41 +0000 Subject: TQt4 port kdeedu This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1236073 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkdeedu/kdeeduui/kdeeduglossary.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libkdeedu/kdeeduui/kdeeduglossary.h') diff --git a/libkdeedu/kdeeduui/kdeeduglossary.h b/libkdeedu/kdeeduui/kdeeduglossary.h index 44b0cf85..e6a0622f 100644 --- a/libkdeedu/kdeeduui/kdeeduglossary.h +++ b/libkdeedu/kdeeduui/kdeeduglossary.h @@ -148,7 +148,7 @@ class Glossary TQString m_picturepath; /** - * Load the layout from an XML file. + * Load the tqlayout from an XML file. * * @param doc The TQDomDocument which will contain the read XML * contents. @@ -174,7 +174,7 @@ class Glossary * A GlossaryItem stores the information of the content of * the item and its name. Furthermore, every item can have * a number of pictures or references associated to it. - * These are stored as QStringLists. + * These are stored as TQStringLists. */ class GlossaryItem { @@ -240,9 +240,10 @@ class GlossaryItem class GlossaryDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - GlossaryDialog( bool folded = true, TQWidget *parent=0, const char *name=0); + GlossaryDialog( bool folded = true, TQWidget *tqparent=0, const char *name=0); ~GlossaryDialog(); void keyPressEvent(TQKeyEvent*); -- cgit v1.2.1