diff options
Diffstat (limited to 'src/prefopt.cpp')
-rw-r--r-- | src/prefopt.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
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 <qcheckbox.h> -#include <qradiobutton.h> -#include <qlineedit.h> -#include <qlabel.h> +#include <ntqcheckbox.h> +#include <ntqradiobutton.h> +#include <ntqlineedit.h> +#include <ntqlabel.h> #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())); |