summaryrefslogtreecommitdiffstats
path: root/parts/doxygen/doxygenpart.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/doxygen/doxygenpart.h')
-rw-r--r--parts/doxygen/doxygenpart.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/parts/doxygen/doxygenpart.h b/parts/doxygen/doxygenpart.h
index 0a6ea9b4..6882e932 100644
--- a/parts/doxygen/doxygenpart.h
+++ b/parts/doxygen/doxygenpart.h
@@ -25,7 +25,7 @@
class DoxygenDialog;
class TQPopupMenu;
class Context;
-class KAction;
+class TDEAction;
class KDialogBase;
class ConfigWidgetProxy;
@@ -102,11 +102,11 @@ private:
//needed for doxygen preview
TQString m_file;
KTempDir m_tmpDir;
- KAction* m_action;
+ TDEAction* m_action;
//needed for documentFunction
- KAction* m_actionDocumentFunction;
- KAction* m_actionPreview;
+ TDEAction* m_actionDocumentFunction;
+ TDEAction* m_actionPreview;
KTextEditor::EditInterface* m_activeEditor;
KTextEditor::ViewCursorInterface* m_cursor;
};