From 8155225c9be993acc0512956416d195edfef4eb9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 19 Jan 2011 01:42:14 +0000 Subject: Enable compilation with TQt for Qt4 3.4.0 TP2 This should not break compatibility with TQt for Qt3; if it does please fix it ASAP! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1215552 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kioslave/media/kcmodule/managermoduleview.ui | 10 +++++----- kioslave/media/kcmodule/mimetypelistboxitem.h | 4 ++-- kioslave/media/kcmodule/notifiermodule.cpp | 4 ++-- kioslave/media/kcmodule/notifiermoduleview.ui | 14 +++++++------- kioslave/media/kcmodule/serviceconfigdialog.cpp | 2 +- kioslave/media/kcmodule/serviceview.ui | 22 +++++++++++----------- 6 files changed, 28 insertions(+), 28 deletions(-) (limited to 'kioslave/media/kcmodule') diff --git a/kioslave/media/kcmodule/managermoduleview.ui b/kioslave/media/kcmodule/managermoduleview.ui index 598718389..d5d42a066 100644 --- a/kioslave/media/kcmodule/managermoduleview.ui +++ b/kioslave/media/kcmodule/managermoduleview.ui @@ -1,6 +1,6 @@ ManagerModuleView - + ManagerModuleView @@ -16,7 +16,7 @@ unnamed - + kcfg_HalBackendEnabled @@ -27,7 +27,7 @@ Select this if you want to enable the Hardware Abstraction Layer (http://hal.freedesktop.org/wiki/Software/hal) support. - + kcfg_CdPollingEnabled @@ -38,7 +38,7 @@ Select this to enable the CD polling. - + kcfg_AutostartEnabled @@ -59,7 +59,7 @@ Expanding - + 21 360 diff --git a/kioslave/media/kcmodule/mimetypelistboxitem.h b/kioslave/media/kcmodule/mimetypelistboxitem.h index f61afba3d..e02f58b11 100644 --- a/kioslave/media/kcmodule/mimetypelistboxitem.h +++ b/kioslave/media/kcmodule/mimetypelistboxitem.h @@ -1,6 +1,6 @@ /* This file is part of the KDE Project Copyright (c) 2005 Jean-Remy Falleri - Copyright (c) 2005 Kévin Ottens + Copyright (c) 2005 K�vin Ottens This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -23,7 +23,7 @@ #include #include -class MimetypeListBoxItem : public QListBoxText +class MimetypeListBoxItem : public TQListBoxText { public: MimetypeListBoxItem(const TQString &mimetype, TQListBox *parent); diff --git a/kioslave/media/kcmodule/notifiermodule.cpp b/kioslave/media/kcmodule/notifiermodule.cpp index c7871c953..5c4e4c357 100644 --- a/kioslave/media/kcmodule/notifiermodule.cpp +++ b/kioslave/media/kcmodule/notifiermodule.cpp @@ -159,7 +159,7 @@ void NotifierModule::slotAdd() if ( value == TQDialog::Accepted ) { - m_settings.addAction( action ); + m_settings.tqaddAction( action ); updateListBox(); emit changed( true ); } @@ -212,7 +212,7 @@ void NotifierModule::slotToggleAuto() int index = m_view->actionsList->index( action_item ); - if ( action->autoMimetypes().contains( m_mimetype ) ) + if ( action->autoMimetypes().tqcontains( m_mimetype ) ) { m_settings.resetAutoAction( m_mimetype ); } diff --git a/kioslave/media/kcmodule/notifiermoduleview.ui b/kioslave/media/kcmodule/notifiermoduleview.ui index 87edc0f36..50f93bc40 100644 --- a/kioslave/media/kcmodule/notifiermoduleview.ui +++ b/kioslave/media/kcmodule/notifiermoduleview.ui @@ -1,6 +1,6 @@ NotifierModuleView - + NotifierModuleView @@ -16,7 +16,7 @@ unnamed - + layout4 @@ -24,7 +24,7 @@ unnamed - + layout2 @@ -32,7 +32,7 @@ unnamed - + mediumType @@ -66,7 +66,7 @@ - + layout3 @@ -74,7 +74,7 @@ unnamed - + layout1 @@ -138,7 +138,7 @@ Expanding - + 70 101 diff --git a/kioslave/media/kcmodule/serviceconfigdialog.cpp b/kioslave/media/kcmodule/serviceconfigdialog.cpp index 61dd060f2..76b342f92 100644 --- a/kioslave/media/kcmodule/serviceconfigdialog.cpp +++ b/kioslave/media/kcmodule/serviceconfigdialog.cpp @@ -63,7 +63,7 @@ ServiceConfigDialog::ServiceConfigDialog(NotifierServiceAction *action, { TQListBox *list; - if ( action_mimetypes.contains( *it ) ) + if ( action_mimetypes.tqcontains( *it ) ) { list = m_view->mimetypesSelector->selectedListBox(); } diff --git a/kioslave/media/kcmodule/serviceview.ui b/kioslave/media/kcmodule/serviceview.ui index 938a9bf89..6ae357699 100644 --- a/kioslave/media/kcmodule/serviceview.ui +++ b/kioslave/media/kcmodule/serviceview.ui @@ -1,6 +1,6 @@ ServiceView - + ServiceView @@ -20,7 +20,7 @@ 0 - + 640 480 @@ -33,7 +33,7 @@ unnamed - + groupBox1 @@ -52,7 +52,7 @@ unnamed - + layout8 @@ -60,7 +60,7 @@ unnamed - + layout6 @@ -80,13 +80,13 @@ 0 - + 40 40 - + 40 40 @@ -99,7 +99,7 @@ 32 - + layout5 @@ -117,7 +117,7 @@ Minimum - + 20 20 @@ -147,7 +147,7 @@ Minimum - + 20 21 @@ -194,7 +194,7 @@ false - + layout7 -- cgit v1.2.1