diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-04 10:29:06 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-04 10:29:06 +0900 |
| commit | 0a7295d1f8d11fd67a215215fa6a3ef1ad0e1b06 (patch) | |
| tree | 81b7f7a223d7304c91fde7e1deed6e928889a58f /src/entrywidgetsource.cpp | |
| parent | 702a473bc0db41979506a1bd7e1e5be31fb861a5 (diff) | |
| download | kbibtex-0a7295d1f8d11fd67a215215fa6a3ef1ad0e1b06.tar.gz kbibtex-0a7295d1f8d11fd67a215215fa6a3ef1ad0e1b06.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/entrywidgetsource.cpp')
| -rw-r--r-- | src/entrywidgetsource.cpp | 2 |
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() ) ); } } |
