From 84f5a315c3429b47a7eff15e626e2efdbe4f6e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 8 Oct 2013 00:13:25 +0200 Subject: Initial TQt conversion --- src/prefopt.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/prefopt.cpp') diff --git a/src/prefopt.cpp b/src/prefopt.cpp index 7b52d8f..aefb6c8 100644 --- a/src/prefopt.cpp +++ b/src/prefopt.cpp @@ -25,10 +25,10 @@ * ***************************************************************************/ -#include -#include -#include -#include +#include +#include +#include +#include #include "prefopt.h" #include "kscopeconfig.h" @@ -37,7 +37,7 @@ * @param pParent The parent widget * @param szName The widget's name */ -PrefOpt::PrefOpt(QWidget* pParent, const char* szName) +PrefOpt::PrefOpt(TQWidget* pParent, const char* szName) : PrefOptLayout(pParent, szName) { // Set initial values @@ -58,7 +58,7 @@ PrefOpt::PrefOpt(QWidget* pParent, const char* szName) SIGNAL(modified())); connect(m_pAutoSortCheck, SIGNAL(toggled(bool)), this, SIGNAL(modified())); - connect(m_pExtEditorEdit, SIGNAL(textChanged(const QString&)), this, + connect(m_pExtEditorEdit, SIGNAL(textChanged(const TQString&)), this, SIGNAL(modified())); connect(m_pSysProfileCB, SIGNAL(activated(int)), this, SIGNAL(modified())); -- cgit v1.2.1