summaryrefslogtreecommitdiffstats
path: root/arts
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-18 21:16:09 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 18:07:29 +0200
commit558317e518c5c27b0788242b8b9e828fbabb5b89 (patch)
tree3d42f331ea68baf0696339fa3f71675dd4fe4250 /arts
parent3cc70df5387c0fcba72e9127e9b02937de4ce885 (diff)
downloadtdemultimedia-558317e518c5c27b0788242b8b9e828fbabb5b89.tar.gz
tdemultimedia-558317e518c5c27b0788242b8b9e828fbabb5b89.zip
Fix FTBFS
(cherry picked from commit d332888179eaec0a7965c4a95066419fbc7f857a)
Diffstat (limited to 'arts')
-rw-r--r--arts/gui/kde/kpoti.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/gui/kde/kpoti.cpp b/arts/gui/kde/kpoti.cpp
index cea2a104..dca86721 100644
--- a/arts/gui/kde/kpoti.cpp
+++ b/arts/gui/kde/kpoti.cpp
@@ -210,7 +210,7 @@ void KPoti::init(int value)
{
d = new KPotiPrivate;
TQFont pifnt = font();
- const_cast<QFont*>(&pifnt)->setPointSize( 8 );
+ const_cast<TQFont*>(&pifnt)->setPointSize( 8 );
d->potiColor.setNamedColor( "red" );
timer = 0;