summaryrefslogtreecommitdiffstats
path: root/konversation/src/highlight_preferences.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:43:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:43:27 -0600
commitd18f282f3a4cb64a392d77c00e2b7a0e9cbc0fd1 (patch)
tree97d8de5f599bdb77af36fbdfe0d92e71c481e29e /konversation/src/highlight_preferences.cpp
parentb04a76ca0d071cad5ccbd7a0d878b99a196e184d (diff)
downloadkonversation-d18f282f3a4cb64a392d77c00e2b7a0e9cbc0fd1.tar.gz
konversation-d18f282f3a4cb64a392d77c00e2b7a0e9cbc0fd1.zip
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'konversation/src/highlight_preferences.cpp')
-rw-r--r--konversation/src/highlight_preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/highlight_preferences.cpp b/konversation/src/highlight_preferences.cpp
index 99a8df8..ccbdc0a 100644
--- a/konversation/src/highlight_preferences.cpp
+++ b/konversation/src/highlight_preferences.cpp
@@ -164,7 +164,7 @@ void Highlight_Config::updateButtons()
{
bool enabled = highlightListView->selectedItem() != NULL;
// is the kregexpeditor installed?
- bool installed = !KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty();
+ bool installed = !TDETrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty();
// enable or disable edit widgets
patternLabel->setEnabled(enabled);
patternInput->setEnabled(enabled);