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/loglist.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/loglist.h')
-rw-r--r-- | cervisia/loglist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/loglist.h b/cervisia/loglist.h index 49c3ecdc..38b527ec 100644 --- a/cervisia/loglist.h +++ b/cervisia/loglist.h @@ -36,7 +36,7 @@ struct LogInfo; } -class LogListView : public KListView +class LogListView : public TDEListView { Q_OBJECT |