summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-04 23:08:32 +0900
committerMichele Calgaro <[email protected]>2023-11-05 20:35:42 +0900
commit585d173e1e26532fa71d900a083c47b66be2e6a7 (patch)
treee3a2f5f3ce7ee04e4736cc8c18e50ee3b8c74385 /src
parent7bde01f4c1314928753e51004b14726957c4704f (diff)
downloadkcmldapcontroller-585d173e1e26532fa71d900a083c47b66be2e6a7.tar.gz
kcmldapcontroller-585d173e1e26532fa71d900a083c47b66be2e6a7.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b9411b38efa30070699d676f03d998370fc76a13)
Diffstat (limited to 'src')
-rw-r--r--src/processingdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/processingdialog.cpp b/src/processingdialog.cpp
index c667ffa..191d678 100644
--- a/src/processingdialog.cpp
+++ b/src/processingdialog.cpp
@@ -42,7 +42,7 @@
#include "processingdialog.h"
ProcessingDialogHeader::ProcessingDialogHeader(TQWidget* parent)
- : TQWidget( parent, "", Qt::WDestructiveClose )
+ : TQWidget( parent, "", TQt::WDestructiveClose )
{
TQVBoxLayout* vbox = new TQVBoxLayout( this );
@@ -60,7 +60,7 @@ ProcessingDialogHeader::ProcessingDialogHeader(TQWidget* parent)
TQWidget* swidget = new TQWidget( frame );
swidget->resize(2, frame->sizeHint().width());
- swidget->setBackgroundColor(Qt::black);
+ swidget->setBackgroundColor(TQt::black);
seperatorbox->addWidget( swidget, AlignCenter );
TQLabel* label = new TQLabel( i18n("LDAP/Kerberos Realm Configuration"), frame );
@@ -80,7 +80,7 @@ ProcessingDialogHeader::~ProcessingDialogHeader()
}
ProcessingDialog::ProcessingDialog(TQWidget* parent)
- : TQWidget( parent, "systemmodaldialogclass", Qt::WType_Dialog | Qt::WDestructiveClose ), m_keepOnTopTimer(NULL), m_allowClose(false)
+ : TQWidget( parent, "systemmodaldialogclass", TQt::WType_Dialog | TQt::WDestructiveClose ), m_keepOnTopTimer(NULL), m_allowClose(false)
{
// Signal that we do not want any window controls to be shown at all