From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kmail/configuredialog_p.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmail/configuredialog_p.cpp') diff --git a/kmail/configuredialog_p.cpp b/kmail/configuredialog_p.cpp index c430171e..37819739 100644 --- a/kmail/configuredialog_p.cpp +++ b/kmail/configuredialog_p.cpp @@ -124,7 +124,7 @@ void NewIdentityDialog::slotEnableOK( const TQString & proposedIdentityName ) { ListView::ListView( TQWidget *parent, const char *name, int visibleItem ) - : KListView( parent, name ) + : TDEListView( parent, name ) { setVisibleItem(visibleItem); } @@ -132,14 +132,14 @@ ListView::ListView( TQWidget *parent, const char *name, void ListView::resizeEvent( TQResizeEvent *e ) { - KListView::resizeEvent(e); + TDEListView::resizeEvent(e); resizeColums(); } void ListView::showEvent( TQShowEvent *e ) { - KListView::showEvent(e); + TDEListView::showEvent(e); resizeColums(); } @@ -291,7 +291,7 @@ ProfileDialog::ProfileDialog( TQWidget * parent, const char * name, bool modal ) TQWidget * page = makeMainWidget(); TQVBoxLayout * vlay = new TQVBoxLayout( page, 0, spacingHint() ); - mListView = new KListView( page, "mListView" ); + mListView = new TDEListView( page, "mListView" ); mListView->addColumn( i18n("Available Profiles") ); mListView->addColumn( i18n("Description") ); mListView->setFullWidth( true ); -- cgit v1.2.3