diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:36 -0600 |
commit | 7716a5e605907a009e19f429cec4e6b5f346bd71 (patch) | |
tree | 16cf4a5d7a24db774f988022d514adefc75015c0 /cervisia/historydlg.h | |
parent | 0117fbed932653a04aeef16b2ed7edee858959ac (diff) | |
download | tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.tar.gz tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.zip |
Rename a number of classes to enhance compatibility with KDE4
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; |