summaryrefslogtreecommitdiffstats
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
parent3cc70df5387c0fcba72e9127e9b02937de4ce885 (diff)
downloadtdemultimedia-558317e518c5c27b0788242b8b9e828fbabb5b89.tar.gz
tdemultimedia-558317e518c5c27b0788242b8b9e828fbabb5b89.zip
Fix FTBFS
(cherry picked from commit d332888179eaec0a7965c4a95066419fbc7f857a)
-rw-r--r--arts/gui/kde/kpoti.cpp2
-rw-r--r--juk/coverdialogbase.ui1
-rw-r--r--kscd/kscd.kcfg2
-rw-r--r--libkcddb/cdinfodialogbase.ui1
4 files changed, 4 insertions, 2 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;
diff --git a/juk/coverdialogbase.ui b/juk/coverdialogbase.ui
index b32c9aac..a94fac63 100644
--- a/juk/coverdialogbase.ui
+++ b/juk/coverdialogbase.ui
@@ -201,6 +201,7 @@
<layoutdefaults spacing="6" margin="11"/>
<forwards>
<forward>class TQIconViewItem;</forward>
+ <forward>class TQListViewItem;</forward>
</forwards>
<includehints>
<includehint>klistview.h</includehint>
diff --git a/kscd/kscd.kcfg b/kscd/kscd.kcfg
index 62a04984..f781cfe1 100644
--- a/kscd/kscd.kcfg
+++ b/kscd/kscd.kcfg
@@ -77,7 +77,7 @@
</entry>
<entry name="ledFont" type="Font">
<label>The font that will be used for the LCD display.</label>
- <default><code>QFont(KGlobalSettings::generalFont().family(), 10, QFont::Bold)</code></default>
+ <default><code>TQFont(KGlobalSettings::generalFont().family(), 10, TQFont::Bold)</code></default>
</entry>
<entry name="BackColor" type="Color">
<label>The background color that will be used for the LCD display.</label>
diff --git a/libkcddb/cdinfodialogbase.ui b/libkcddb/cdinfodialogbase.ui
index d7ab8e4a..17a97eb0 100644
--- a/libkcddb/cdinfodialogbase.ui
+++ b/libkcddb/cdinfodialogbase.ui
@@ -385,6 +385,7 @@
</includes>
<forwards>
<forward>class KCDDBDlgBasePrivate</forward>
+ <forward>class TQListViewItem;</forward>
</forwards>
<variables>
<variable access="private">KCDDB::Genres m_genres;</variable>