diff options
Diffstat (limited to 'cervisia/historydlg.h')
-rw-r--r-- | cervisia/historydlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/historydlg.h b/cervisia/historydlg.h index 8b4345c1..15f98428 100644 --- a/cervisia/historydlg.h +++ b/cervisia/historydlg.h @@ -28,7 +28,7 @@ class TQCheckBox; class TDEConfig; class KLineEdit; -class KListView; +class TDEListView; class CvsService_stub; @@ -48,7 +48,7 @@ private slots: void toggled(bool b); private: - KListView *listview; + TDEListView *listview; TQCheckBox *commit_box, *checkout_box, *tag_box, *other_box; TQCheckBox *onlyuser_box, *onlyfilenames_box, *onlydirnames_box; KLineEdit *user_edit, *filename_edit, *dirname_edit; |