diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:13:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:13:25 -0600 |
commit | 940c092f32d40263ad6b24f948eaf4c48b01e99a (patch) | |
tree | f5235b5c44e8aaedd3484a00551e29993d548590 /krec/krecfilewidgets.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/krecfilewidgets.h')
-rw-r--r-- | krec/krecfilewidgets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krec/krecfilewidgets.h b/krec/krecfilewidgets.h index 73a493b4..daea0c41 100644 --- a/krec/krecfilewidgets.h +++ b/krec/krecfilewidgets.h @@ -32,8 +32,8 @@ class KRecTimeDisplay; class TQRegion; class TQPainter; -class KAction; -class KToggleAction; +class TDEAction; +class TDEToggleAction; class KRecFileWidget : public TQFrame { Q_OBJECT |