diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:05:53 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:05:53 -0600 |
commit | 4955fd5009a6f4b615fec006c960c0ed99e3d9a7 (patch) | |
tree | 5721cb5c85684019e0649729dca1b90e93934efb /src/optionsdetailed.h | |
parent | 5b1e3197e7c9ef6e24eaf7863a7ddea5996e581b (diff) | |
download | soundkonverter-4955fd5009a6f4b615fec006c960c0ed99e3d9a7.tar.gz soundkonverter-4955fd5009a6f4b615fec006c960c0ed99e3d9a7.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/optionsdetailed.h')
-rwxr-xr-x | src/optionsdetailed.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/optionsdetailed.h b/src/optionsdetailed.h index 4a5de22..a5af0d9 100755 --- a/src/optionsdetailed.h +++ b/src/optionsdetailed.h @@ -17,7 +17,7 @@ class KIntSpinBox; class TQCheckBox; class KComboBox; class KLineEdit; -class KToolBarButton; +class TDEToolBarButton; /** * @short The options widget for setting up the output options more detailed @@ -73,7 +73,7 @@ private: KComboBox* cChannels; TQCheckBox* cReplayGain; - KToolBarButton* pProfileSave; + TDEToolBarButton* pProfileSave; KLineEdit* lUserOptions; |