summaryrefslogtreecommitdiffstats
path: root/parts/doxygen/doxygenpart.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:15:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:15:35 -0600
commitf78eb03afb8c9a380985d26286afc40b4c89b292 (patch)
tree3c087e2f119e645c902958c3bc3c802abf078ad0 /parts/doxygen/doxygenpart.h
parentda1941ccadffe5ae70ee111c53f0ec2b3d990869 (diff)
downloadtdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.tar.gz
tdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.zip
Rename a number of classes to enhance compatibility with KDE4
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;
};