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 --- libkcal/calselectdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkcal/calselectdialog.cpp') diff --git a/libkcal/calselectdialog.cpp b/libkcal/calselectdialog.cpp index 9c346f48..b72a1627 100644 --- a/libkcal/calselectdialog.cpp +++ b/libkcal/calselectdialog.cpp @@ -59,7 +59,7 @@ CalSelectDialog::CalSelectDialog( const TQString &caption, const TQString &label TQLabel *labelWidget = new TQLabel( label, frame ); layout->addWidget( labelWidget ); - mListBox = new KListBox( frame ); + mListBox = new TDEListBox( frame ); mListBox->insertStringList( list ); mListBox->setSelected( 0, true ); mListBox->ensureCurrentVisible(); -- cgit v1.2.3