summaryrefslogtreecommitdiffstats
path: root/kommander/editor/assoctexteditorimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/assoctexteditorimpl.h')
-rw-r--r--kommander/editor/assoctexteditorimpl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kommander/editor/assoctexteditorimpl.h b/kommander/editor/assoctexteditorimpl.h
index 532d61dd..845e9a1c 100644
--- a/kommander/editor/assoctexteditorimpl.h
+++ b/kommander/editor/assoctexteditorimpl.h
@@ -43,8 +43,8 @@ namespace KParts{
class PartManager;
}
-class KAction;
-class KPopupMenu;
+class TDEAction;
+class TDEPopupMenu;
class AssocTextEditor : public AssocTextEditorBase
{
@@ -125,10 +125,10 @@ private:
KTextEditor::EditInterface *associatedTextEdit;
KTextEditor::Document *doc;
KTextEditor::View *view;
- KPopupMenu *highlightPopup;
+ TDEPopupMenu *highlightPopup;
int oldHlMode;
bool readOnly;
- KAction *readOnlyAction;
+ TDEAction *readOnlyAction;
};
#endif