From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/filetypes/filegroupdetails.cpp | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'kcontrol/filetypes/filegroupdetails.cpp') diff --git a/kcontrol/filetypes/filegroupdetails.cpp b/kcontrol/filetypes/filegroupdetails.cpp index a8895965a..eb57f50ac 100644 --- a/kcontrol/filetypes/filegroupdetails.cpp +++ b/kcontrol/filetypes/filegroupdetails.cpp @@ -17,29 +17,29 @@ */ #include "filegroupdetails.h" #include "typeslistitem.h" -#include -#include -#include -#include +#include +#include +#include +#include #include #include -FileGroupDetails::FileGroupDetails(QWidget *parent, const char *name ) - : QWidget( parent, name ) +FileGroupDetails::FileGroupDetails(TQWidget *parent, const char *name ) + : TQWidget( parent, name ) { - QWidget * parentWidget = this; - QVBoxLayout *secondLayout = new QVBoxLayout(parentWidget, + TQWidget * parentWidget = this; + TQVBoxLayout *secondLayout = new TQVBoxLayout(parentWidget, 0, KDialog::spacingHint()); - m_autoEmbed = new QVButtonGroup( i18n("Left Click Action"), parentWidget ); + m_autoEmbed = new TQVButtonGroup( i18n("Left Click Action"), parentWidget ); m_autoEmbed->layout()->setSpacing( KDialog::spacingHint() ); secondLayout->addWidget( m_autoEmbed ); // The order of those two items is very important. If you change it, fix typeslistitem.cpp ! - new QRadioButton( i18n("Show file in embedded viewer"), m_autoEmbed ); - new QRadioButton( i18n("Show file in separate viewer"), m_autoEmbed ); - connect(m_autoEmbed, SIGNAL( clicked( int ) ), SLOT( slotAutoEmbedClicked( int ) )); + new TQRadioButton( i18n("Show file in embedded viewer"), m_autoEmbed ); + new TQRadioButton( i18n("Show file in separate viewer"), m_autoEmbed ); + connect(m_autoEmbed, TQT_SIGNAL( clicked( int ) ), TQT_SLOT( slotAutoEmbedClicked( int ) )); - QWhatsThis::add( m_autoEmbed, i18n("Here you can configure what the Konqueror file manager" + TQWhatsThis::add( m_autoEmbed, i18n("Here you can configure what the Konqueror file manager" " will do when you click on a file belonging to this group. Konqueror can display the file in" " an embedded viewer or start up a separate application. You can change this setting for a" " specific file type in the 'Embedding' tab of the file type configuration.") ); -- cgit v1.2.1