summaryrefslogtreecommitdiffstats
path: root/src/VButton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VButton.cpp')
-rw-r--r--src/VButton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VButton.cpp b/src/VButton.cpp
index 7d469d4..44aa180 100644
--- a/src/VButton.cpp
+++ b/src/VButton.cpp
@@ -12,7 +12,7 @@ double VButton::ph=235.0;
VButton::VButton(TQWidget *parent, const char *name): TQPushButton (parent,name)
{
- TDEConfig *cfg = TDEApplication::kApplication()->config();
+ TDEConfig *cfg = tdeApp->config();
TQString keysC = cfg->readEntry("keysColor", "#f0f0f0");
setColor(TQColor(keysC));
setFocusPolicy(TQWidget::NoFocus);