summaryrefslogtreecommitdiffstats
path: root/scheck
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:36 -0600
commit7716a5e605907a009e19f429cec4e6b5f346bd71 (patch)
tree16cf4a5d7a24db774f988022d514adefc75015c0 /scheck
parent0117fbed932653a04aeef16b2ed7edee858959ac (diff)
downloadtdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.tar.gz
tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'scheck')
-rw-r--r--scheck/scheck.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scheck/scheck.cpp b/scheck/scheck.cpp
index 6b09b093..9ff5abd0 100644
--- a/scheck/scheck.cpp
+++ b/scheck/scheck.cpp
@@ -891,12 +891,12 @@ StyleCheckStyle::~StyleCheckStyle()
delete watcher;
}
-//We walk down the widget tree until we find something we render, and sic KAccelManager in programmer's mode on those
+//We walk down the widget tree until we find something we render, and sic TDEAccelManager in programmer's mode on those
void StyleCheckStyle::accelManageRecursive(TQWidget* widget)
{
if (&widget->style() == this)
{
- KAcceleratorManager::manage(widget, true);
+ TDEAcceleratorManager::manage(widget, true);
return;
}