diff options
Diffstat (limited to 'tdeui/kswitchlanguagedialog.cpp')
-rw-r--r-- | tdeui/kswitchlanguagedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kswitchlanguagedialog.cpp b/tdeui/kswitchlanguagedialog.cpp index a3c8af485..8e49af496 100644 --- a/tdeui/kswitchlanguagedialog.cpp +++ b/tdeui/kswitchlanguagedialog.cpp @@ -150,7 +150,7 @@ void KSwitchLanguageDialog::removeButtonClicked() return; } - KPushButton *removeButton = const_cast<KPushButton*>(::tqqt_cast<const KPushButton*>(signalSender)); + KPushButton *removeButton = const_cast<KPushButton*>(::tqt_cast<const KPushButton*>(signalSender)); if (removeButton == NULL) { |