summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-15 22:17:08 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 03:27:26 +0200
commit7b995cb851ac2cf3818505d41b1f017b51f34bd4 (patch)
treecbdbee788c93964522962e17af3d086961ebe309
parent14e12596356df574c2529111676bfde54915f529 (diff)
downloadtdebase-7b995cb851ac2cf3818505d41b1f017b51f34bd4.tar.gz
tdebase-7b995cb851ac2cf3818505d41b1f017b51f34bd4.zip
Fix FTBFS
(cherry picked from commit 2e7d92a2af76d080c14f937cec79ccbfc0f48ea6)
-rw-r--r--kicker/kicker/buttons/knewbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/buttons/knewbutton.cpp b/kicker/kicker/buttons/knewbutton.cpp
index df9463639..578ff547e 100644
--- a/kicker/kicker/buttons/knewbutton.cpp
+++ b/kicker/kicker/buttons/knewbutton.cpp
@@ -76,7 +76,7 @@ KNewButton::KNewButton( TQWidget* parent )
setTextColor(KickerSettings::buttonTextColor());
}
- tqrepaint();
+ repaint();
}
KNewButton::~KNewButton()