summaryrefslogtreecommitdiffstats
path: root/kjots
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:54:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:54:29 +0900
commit46c271a0c91e3bd1b018b1ff43be34a52f5c2cc8 (patch)
treef4e64eff8c96dc4a8eaaa30b6e234cc140409969 /kjots
parentcb9417f415d9eb05966fbe27c323bccb8b801b52 (diff)
downloadtdeutils-46c271a0c91e3bd1b018b1ff43be34a52f5c2cc8.tar.gz
tdeutils-46c271a0c91e3bd1b018b1ff43be34a52f5c2cc8.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kjots')
-rw-r--r--kjots/KJotsMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjots/KJotsMain.cpp b/kjots/KJotsMain.cpp
index 5146536..ef0bb6e 100644
--- a/kjots/KJotsMain.cpp
+++ b/kjots/KJotsMain.cpp
@@ -90,7 +90,7 @@ KJotsMain::KJotsMain(const char* name)
textStack = new TQWidgetStack(splitter);
me_text = new KJotsEdit(textStack, "me_text");
- me_text->setFocusPolicy(TQ_StrongFocus);
+ me_text->setFocusPolicy(TQWidget::StrongFocus);
me_text->setEnabled(false);
textStack->addWidget(me_text);
connect(me_text, TQT_SIGNAL(findSuccessful()), this, TQT_SLOT(slotFindSuccessful()));