diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:54:01 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:54:01 +0900 |
commit | 84129a6fadb049acceb743bd6cf1dea0c513522a (patch) | |
tree | 959a986f95c87092b1aefb8a0def491284409985 /kontact/src/iconsidepane.cpp | |
parent | 6e5a971f6ba86df21b9f6cfae07d7d4dac355806 (diff) | |
download | tdepim-84129a6fadb049acceb743bd6cf1dea0c513522a.tar.gz tdepim-84129a6fadb049acceb743bd6cf1dea0c513522a.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kontact/src/iconsidepane.cpp')
-rw-r--r-- | kontact/src/iconsidepane.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/src/iconsidepane.cpp b/kontact/src/iconsidepane.cpp index 338aeb8d..e3560ed7 100644 --- a/kontact/src/iconsidepane.cpp +++ b/kontact/src/iconsidepane.cpp @@ -265,7 +265,7 @@ Navigator::Navigator( IconSidePane *parent, const char *name ) setHScrollBarMode( TQScrollView::AlwaysOff ); setAcceptDrops( true ); - setFocusPolicy( TQ_NoFocus ); + setFocusPolicy( TQWidget::NoFocus ); connect( this, TQT_SIGNAL( selectionChanged( TQListBoxItem* ) ), TQT_SLOT( slotExecuted( TQListBoxItem* ) ) ); |