diff options
Diffstat (limited to 'kppp/logview/monthly.h')
-rw-r--r-- | kppp/logview/monthly.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kppp/logview/monthly.h b/kppp/logview/monthly.h index c38499f5..af0d7757 100644 --- a/kppp/logview/monthly.h +++ b/kppp/logview/monthly.h @@ -32,7 +32,7 @@ #include <kbuttonbox.h> -class KListView; +class TDEListView; class TQComboBox; class LogListItem; @@ -68,8 +68,8 @@ private: TQComboBox *cboConnections; KButtonBox *bbox; - KListView *lv; - KListView *lv2; + TDEListView *lv; + TDEListView *lv2; LogListItem* selectionItem; TQLabel *title; TQPushButton *next, *prev, *today, *exportBttn; |