summaryrefslogtreecommitdiffstats
path: root/src/entrywidgetsource.cpp
diff options
context:
space:
mode:
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() ) );
}
}