From 5d52b8ff2df2d127a119ffd217a0db49c4d78567 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 8 Nov 2023 11:05:10 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 1a7a57976491e8df569198d8e903bf9e57e233f0) --- cervisia/logdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cervisia/logdlg.cpp') diff --git a/cervisia/logdlg.cpp b/cervisia/logdlg.cpp index 29a07d68..11086c9a 100644 --- a/cervisia/logdlg.cpp +++ b/cervisia/logdlg.cpp @@ -66,7 +66,7 @@ LogDialog::LogDialog(TDEConfig& cfg, TQWidget *parent, const char *name) , cvsService(0) , partConfig(cfg) { - TQSplitter *splitter = new TQSplitter(Qt::Vertical, this); + TQSplitter *splitter = new TQSplitter(TQt::Vertical, this); setMainWidget(splitter); tree = new LogTreeView(this); -- cgit v1.2.1