From 7717bcec2ad7d94e3f38a2e831bafa60a525f7d2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:06:16 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/collectionfieldsdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/collectionfieldsdialog.cpp') diff --git a/src/collectionfieldsdialog.cpp b/src/collectionfieldsdialog.cpp index 06d6473..1044b4f 100644 --- a/src/collectionfieldsdialog.cpp +++ b/src/collectionfieldsdialog.cpp @@ -254,7 +254,7 @@ CollectionFieldsDialog::CollectionFieldsDialog(Data::CollPtr coll_, TQWidget* pa // need to stretch at bottom vbox->setStretchFactor(new TQWidget(vbox), 1); - KAcceleratorManager::manage(vbox); + TDEAcceleratorManager::manage(vbox); // keep a default collection m_defaultCollection = CollectionFactory::collection(m_coll->type(), true); -- cgit v1.2.1