summaryrefslogtreecommitdiffstats
path: root/src/fetchdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetchdialog.cpp')
-rw-r--r--src/fetchdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetchdialog.cpp b/src/fetchdialog.cpp
index 441fc2d..7b47dd8 100644
--- a/src/fetchdialog.cpp
+++ b/src/fetchdialog.cpp
@@ -243,7 +243,7 @@ FetchDialog::FetchDialog(TQWidget* parent_, const char* name_)
// make sure to delete results afterwards
m_results.setAutoDelete(true);
- KAcceleratorManager::manage(this);
+ TDEAcceleratorManager::manage(this);
// initialize combos
TQTimer::singleShot(0, this, TQT_SLOT(slotInit()));