diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:18 -0600 |
commit | ee52bb567f32fefdcf06e083c76562ea40ccf174 (patch) | |
tree | 8926667faaed3a18bec210ec14ffb9392ea8930d /kalzium/src/detailinfodlg.h | |
parent | 088cc453ec425bf86d610880d09645ea166a14fa (diff) | |
download | tdeedu-ee52bb567f32fefdcf06e083c76562ea40ccf174.tar.gz tdeedu-ee52bb567f32fefdcf06e083c76562ea40ccf174.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kalzium/src/detailinfodlg.h')
-rw-r--r-- | kalzium/src/detailinfodlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalzium/src/detailinfodlg.h b/kalzium/src/detailinfodlg.h index d2027f8b..18494746 100644 --- a/kalzium/src/detailinfodlg.h +++ b/kalzium/src/detailinfodlg.h @@ -29,7 +29,7 @@ class TQMouseEvent; class TQFrame; class TQLabel; class TQVBoxLayout; -class KActionCollection; +class TDEActionCollection; class TDEHTMLPart; /** @@ -57,7 +57,7 @@ class DetailedInfoDlg : public KDialogBase Element *m_element; int m_elementNumber; - KActionCollection* m_actionCollection; + TDEActionCollection* m_actionCollection; SpectrumViewImpl *m_spectrumview; |