summaryrefslogtreecommitdiffstats
path: root/kaboodle
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:25:03 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:25:03 +0000
commit636eef5bea9dd243a08d77c9c537fb36ee30f838 (patch)
tree633371d5444df2ff94709d964e9055daea7c2bcc /kaboodle
parente654398e46e37abf457b2b1122ab898d2c51c49f (diff)
downloadtdemultimedia-636eef5bea9dd243a08d77c9c537fb36ee30f838.tar.gz
tdemultimedia-636eef5bea9dd243a08d77c9c537fb36ee30f838.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1158448 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kaboodle')
-rw-r--r--kaboodle/conf.h2
-rw-r--r--kaboodle/controls.h4
-rw-r--r--kaboodle/view.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/kaboodle/conf.h b/kaboodle/conf.h
index a79bc08a..884593ba 100644
--- a/kaboodle/conf.h
+++ b/kaboodle/conf.h
@@ -28,7 +28,7 @@
#include <kdialogbase.h>
-class QCheckBox;
+class TQCheckBox;
namespace Kaboodle
{
diff --git a/kaboodle/controls.h b/kaboodle/controls.h
index a434489f..c89ee8d5 100644
--- a/kaboodle/controls.h
+++ b/kaboodle/controls.h
@@ -31,8 +31,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqslider.h>
#include <tqstringlist.h>
-class QComboBox;
-class QLabel;
+class TQComboBox;
+class TQLabel;
namespace Kaboodle
{
diff --git a/kaboodle/view.h b/kaboodle/view.h
index 8ac94db4..4e2f3edf 100644
--- a/kaboodle/view.h
+++ b/kaboodle/view.h
@@ -36,8 +36,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "controls.h"
#include "player.h"
-class QButton;
-class QLabel;
+class TQButton;
+class TQLabel;
class KVideoWidget;
namespace Kaboodle