summaryrefslogtreecommitdiffstats
path: root/src/entrywidgetsource.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-04 10:29:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-06 19:53:19 +0900
commit483545c2b890016403048fe55037c58bbdc339ab (patch)
tree2dac88699fb0c98389e7c87cacca6286984fdab6 /src/entrywidgetsource.cpp
parent584744b2c188ef5d2dea7384ee79c4c6e1ba6838 (diff)
downloadkbibtex-483545c2b890016403048fe55037c58bbdc339ab.tar.gz
kbibtex-483545c2b890016403048fe55037c58bbdc339ab.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0a7295d1f8d11fd67a215215fa6a3ef1ad0e1b06)
Diffstat (limited to 'src/entrywidgetsource.cpp')
-rw-r--r--src/entrywidgetsource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entrywidgetsource.cpp b/src/entrywidgetsource.cpp
index 6f543e7..d0f11dd 100644
--- a/src/entrywidgetsource.cpp
+++ b/src/entrywidgetsource.cpp
@@ -154,7 +154,7 @@ namespace KBibTeX
KPushButton *btnReset = new KPushButton( i18n( "Restore" ), this );
gridLayout->addWidget( btnReset, 1, 1 );
- connect( btnReset, SIGNAL( clicked() ), this, SLOT( restore() ) );
+ connect( btnReset, TQ_SIGNAL( clicked() ), this, TQ_SLOT( restore() ) );
}
}