summaryrefslogtreecommitdiffstats
path: root/krecipes/src/widgets/prepmethodcombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/widgets/prepmethodcombobox.cpp')
-rw-r--r--krecipes/src/widgets/prepmethodcombobox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krecipes/src/widgets/prepmethodcombobox.cpp b/krecipes/src/widgets/prepmethodcombobox.cpp
index 0063d32..1cedbfc 100644
--- a/krecipes/src/widgets/prepmethodcombobox.cpp
+++ b/krecipes/src/widgets/prepmethodcombobox.cpp
@@ -87,8 +87,8 @@ void PrepMethodComboBox::reload()
lineEdit()->setText( remember_text );
database->disconnect( this );
- connect( database, SIGNAL( prepMethodCreated( const Element & ) ), SLOT( createPrepMethod( const Element & ) ) );
- connect( database, SIGNAL( prepMethodRemoved( int ) ), SLOT( removePrepMethod( int ) ) );
+ connect( database, TQ_SIGNAL( prepMethodCreated( const Element & ) ), TQ_SLOT( createPrepMethod( const Element & ) ) );
+ connect( database, TQ_SIGNAL( prepMethodRemoved( int ) ), TQ_SLOT( removePrepMethod( int ) ) );
}
int PrepMethodComboBox::id( int row )