diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:13:25 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:13:25 -0600 |
commit | 940c092f32d40263ad6b24f948eaf4c48b01e99a (patch) | |
tree | f5235b5c44e8aaedd3484a00551e29993d548590 /krec/krecord_private.h | |
parent | ced2058eaf8e5af831ebc02812a18937ff7e1de3 (diff) | |
download | tdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.tar.gz tdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'krec/krecord_private.h')
-rw-r--r-- | krec/krecord_private.h | 16 |
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; |