summaryrefslogtreecommitdiffstats
path: root/buildtools/custommakefiles/customprojectpart.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/custommakefiles/customprojectpart.h')
-rw-r--r--buildtools/custommakefiles/customprojectpart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/custommakefiles/customprojectpart.h b/buildtools/custommakefiles/customprojectpart.h
index 76680fa7..193218e4 100644
--- a/buildtools/custommakefiles/customprojectpart.h
+++ b/buildtools/custommakefiles/customprojectpart.h
@@ -28,7 +28,7 @@ class TQStringList;
class KDialogBase;
class CustomProjectWidget;
class Context;
-class KSelectAction;
+class TDESelectAction;
class CustomProjectPart : public KDevBuildTool
{
@@ -136,7 +136,7 @@ private:
TQPopupMenu *m_targetMenu;
TQPopupMenu *m_targetObjectFilesMenu;
TQPopupMenu *m_targetOtherFilesMenu;
- KSelectAction *m_makeEnvironmentsSelector;
+ TDESelectAction *m_makeEnvironmentsSelector;
TQStringList m_targets;
TQStringList m_targetsObjectFiles;
TQStringList m_targetsOtherFiles;