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/dirdialog.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/dirdialog.h')
-rwxr-xr-x | src/dirdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dirdialog.h b/src/dirdialog.h index 7cb850a..4642fd6 100755 --- a/src/dirdialog.h +++ b/src/dirdialog.h @@ -11,7 +11,7 @@ class TQCheckBox; class KLineEdit; class KPushButton; // class KURLRequester; -class KListBox; +class TDEListBox; /** * @short The Replay Gain Tool @@ -53,7 +53,7 @@ private: // KURLRequester* uDirectory; KLineEdit* lDirectory; KPushButton* pDirectory; - KListBox* fileTypes; + TDEListBox* fileTypes; KPushButton* pSelectAll; KPushButton* pSelectNone; TQCheckBox* cRecursive; |