summaryrefslogtreecommitdiffstats
path: root/libkdeedu/kdeeduui/kdeeduglossary.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdeedu/kdeeduui/kdeeduglossary.h')
-rw-r--r--libkdeedu/kdeeduui/kdeeduglossary.h7
1 files changed, 4 insertions, 3 deletions
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*);