summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoVariable.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoVariable.h')
-rw-r--r--lib/kotext/KoVariable.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kotext/KoVariable.h b/lib/kotext/KoVariable.h
index 5cadc5e9..8a066456 100644
--- a/lib/kotext/KoVariable.h
+++ b/lib/kotext/KoVariable.h
@@ -326,8 +326,8 @@ public:
void setVariableSelected(KoVariable * var);
KoVariable *selectedVariable()const {return m_varSelected;}
- /// List of KActions to put into the popupmenu on a variable
- TQPtrList<KAction> popupActionList() const;
+ /// List of TDEActions to put into the popupmenu on a variable
+ TQPtrList<TDEAction> popupActionList() const;
protected slots:
// This is here because variables and formats are not TQObjects
@@ -335,7 +335,7 @@ public:
void slotChangeFormat();
private:
- //typedef TQMap<KAction *, int> VariableSubTextMap;
+ //typedef TQMap<TDEAction *, int> VariableSubTextMap;
//VariableSubTextMap m_variableSubTextMap;
TQPtrList<KoVariable> variables;
@@ -446,7 +446,7 @@ protected:
TQVariant m_varValue;
int m_ascent;
- //typedef TQMap<KAction *, int> SubTextMap;
+ //typedef TQMap<TDEAction *, int> SubTextMap;
//SubTextMap m_subTextMap;
class Private;
Private *d;