summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/propertiesdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/propertiesdialog.cpp')
-rw-r--r--krecipes/src/dialogs/propertiesdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krecipes/src/dialogs/propertiesdialog.cpp b/krecipes/src/dialogs/propertiesdialog.cpp
index f1b4d48..366eb63 100644
--- a/krecipes/src/dialogs/propertiesdialog.cpp
+++ b/krecipes/src/dialogs/propertiesdialog.cpp
@@ -56,8 +56,8 @@ PropertiesDialog::PropertiesDialog( TQWidget *parent, RecipeDB *db ) : TQWidget(
layout->addLayout( vboxl );
// Connect signals & slots
- connect( addPropertyButton, SIGNAL( clicked() ), propertyListView, SLOT( createNew() ) );
- connect( removePropertyButton, SIGNAL( clicked() ), propertyListView, SLOT( remove
+ connect( addPropertyButton, TQ_SIGNAL( clicked() ), propertyListView, TQ_SLOT( createNew() ) );
+ connect( removePropertyButton, TQ_SIGNAL( clicked() ), propertyListView, TQ_SLOT( remove
() ) );
//FIXME: We've got some sort of build issue... we get undefined references to CreatePropertyDialog without this dummy code here