diff options
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; |