summaryrefslogtreecommitdiffstats
path: root/krec/krecord_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'krec/krecord_private.h')
-rw-r--r--krec/krecord_private.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/krec/krecord_private.h b/krec/krecord_private.h
index e0d80c3e..bf68bfb9 100644
--- a/krec/krecord_private.h
+++ b/krec/krecord_private.h
@@ -36,10 +36,10 @@ class KAudioRecordStream;
class KAudioPlayStream;
class TDEConfig;
class ArtsActions;
-class KAction;
-class KActionMenu;
-class KToggleAction;
-class KRecentFilesAction;
+class TDEAction;
+class TDEActionMenu;
+class TDEToggleAction;
+class TDERecentFilesAction;
namespace KSettings { class Dialog; }
@@ -100,10 +100,10 @@ private:
void pNewFile( KRecFile* );
void pSaveFile( const TQString &);
public:
- KAction *aRecord, *aPlay, *aStop, *aExportFile;
- KAction *aBegin, *aEnd;
- KToggleAction *aThru, *aStartUpWindow;
- KAction *aExecaRtsControl, *aExecKMix;
+ TDEAction *aRecord, *aPlay, *aStop, *aExportFile;
+ TDEAction *aBegin, *aEnd;
+ TDEToggleAction *aThru, *aStartUpWindow;
+ TDEAction *aExecaRtsControl, *aExecKMix;
KSettings::Dialog *_confdlg;