diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:06:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:06:16 -0600 |
commit | 7717bcec2ad7d94e3f38a2e831bafa60a525f7d2 (patch) | |
tree | 77ffa8fe14318bb3a285cae65dbe622bcbbcb3f9 /src/fetchdialog.cpp | |
parent | b5cff83092d97189b5a55e1a996995207bc3016c (diff) | |
download | tellico-7717bcec2ad7d94e3f38a2e831bafa60a525f7d2.tar.gz tellico-7717bcec2ad7d94e3f38a2e831bafa60a525f7d2.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/fetchdialog.cpp')
-rw-r--r-- | src/fetchdialog.cpp | 2 |
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())); |