diff options
Diffstat (limited to 'vcs/perforce/commitdlg.h')
-rw-r--r-- | vcs/perforce/commitdlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/perforce/commitdlg.h b/vcs/perforce/commitdlg.h index e9cdb1e1..ce870185 100644 --- a/vcs/perforce/commitdlg.h +++ b/vcs/perforce/commitdlg.h @@ -51,7 +51,7 @@ private: void setDepotFiles( const TQStringList& lst ); TQTextEdit *edit; KLineEdit *clientEdit, *userEdit; - KListBox *filesBox; + TDEListBox *filesBox; }; #endif |