summaryrefslogtreecommitdiffstats
path: root/blinken/src/button.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:18 -0600
commitee52bb567f32fefdcf06e083c76562ea40ccf174 (patch)
tree8926667faaed3a18bec210ec14ffb9392ea8930d /blinken/src/button.cpp
parent088cc453ec425bf86d610880d09645ea166a14fa (diff)
downloadtdeedu-ee52bb567f32fefdcf06e083c76562ea40ccf174.tar.gz
tdeedu-ee52bb567f32fefdcf06e083c76562ea40ccf174.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'blinken/src/button.cpp')
-rw-r--r--blinken/src/button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/blinken/src/button.cpp b/blinken/src/button.cpp
index 16d5d91e..0bcc845a 100644
--- a/blinken/src/button.cpp
+++ b/blinken/src/button.cpp
@@ -66,7 +66,7 @@ void button::setShortcut(int key)
TQString button::shortcut() const
{
- return KShortcut(m_key).toString();
+ return TDEShortcut(m_key).toString();
}
int button::key() const