From 12b478cefdf1789828dbcd677d409cf8bad654ca Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 13 Jun 2020 16:33:09 +0200 Subject: Conversion KDE -> TDE environment. Signed-off-by: gregory guy --- src/app/listView.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/app/listView.cpp') diff --git a/src/app/listView.cpp b/src/app/listView.cpp index e5dd74a..63a6abf 100644 --- a/src/app/listView.cpp +++ b/src/app/listView.cpp @@ -4,14 +4,14 @@ #ifndef CODEINELISTVIEW_CPP #define CODEINELISTVIEW_CPP -#include +#include namespace Codeine { - class ListView : public KListView + class ListView : public TDEListView { public: - ListView( TQWidget *parent ) : KListView( parent ) + ListView( TQWidget *parent ) : TDEListView( parent ) { addColumn( TQString::null, 0 ); addColumn( TQString::null ); @@ -26,7 +26,7 @@ namespace Codeine virtual TQSize sizeHint() const { - const TQSize sh = KListView::sizeHint(); + const TQSize sh = TDEListView::sizeHint(); return TQSize( sh.width(), childCount() == 0 -- cgit v1.2.1