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/klistboxdialog.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kmail/klistboxdialog.cpp') diff --git a/kmail/klistboxdialog.cpp b/kmail/klistboxdialog.cpp index 7027edd6..eaa627bb 100644 --- a/kmail/klistboxdialog.cpp +++ b/kmail/klistboxdialog.cpp @@ -8,7 +8,7 @@ #include #include -KListBoxDialog::KListBoxDialog( TQString& _selectedString, +TDEListBoxDialog::TDEListBoxDialog( TQString& _selectedString, const TQString& caption, const TQString& labelText, TQWidget* parent, @@ -19,7 +19,7 @@ KListBoxDialog::KListBoxDialog( TQString& _selectedString, { if ( !name ) - setName( "KListBoxDialog" ); + setName( "TDEListBoxDialog" ); resize( 400, 180 ); TQFrame *page = makeMainWidget(); @@ -50,12 +50,12 @@ KListBoxDialog::KListBoxDialog( TQString& _selectedString, /* * Destroys the object and frees any allocated resources */ -KListBoxDialog::~KListBoxDialog() +TDEListBoxDialog::~TDEListBoxDialog() { // no need to delete child widgets, TQt does it all for us } -void KListBoxDialog::setLabelAbove(const TQString& label) +void TDEListBoxDialog::setLabelAbove(const TQString& label) { labelAboveLA->setText( label ); if( label.isEmpty() ) @@ -64,7 +64,7 @@ void KListBoxDialog::setLabelAbove(const TQString& label) labelAboveLA->show(); } -void KListBoxDialog::setCommentBelow(const TQString& comment) +void TDEListBoxDialog::setCommentBelow(const TQString& comment) { commentBelowLA->setText( comment ); if( comment.isEmpty() ) @@ -75,7 +75,7 @@ void KListBoxDialog::setCommentBelow(const TQString& comment) -void KListBoxDialog::highlighted( const TQString& txt ) +void TDEListBoxDialog::highlighted( const TQString& txt ) { selectedString = txt; } -- cgit v1.2.3