summaryrefslogtreecommitdiffstats
path: root/krecipes/src/widgets/kwidgetlistbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/widgets/kwidgetlistbox.cpp')
-rw-r--r--krecipes/src/widgets/kwidgetlistbox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krecipes/src/widgets/kwidgetlistbox.cpp b/krecipes/src/widgets/kwidgetlistbox.cpp
index 8037886..a05ddcb 100644
--- a/krecipes/src/widgets/kwidgetlistbox.cpp
+++ b/krecipes/src/widgets/kwidgetlistbox.cpp
@@ -36,8 +36,8 @@ KWidgetListbox::KWidgetListbox(TQWidget *parent, const char *name)
verticalHeader()->hide();
setSelectionMode(TQTable::NoSelection);
setFocusStyle(TQTable::FollowStyle);
- connect(this, SIGNAL(currentChanged(int, int)),
- this, SLOT(selectionChanged(int, int)));
+ connect(this, TQ_SIGNAL(currentChanged(int, int)),
+ this, TQ_SLOT(selectionChanged(int, int)));
setHScrollBarMode(TQScrollView::AlwaysOff);
setVScrollBarMode(TQScrollView::Auto);
}