summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/imageslistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kimagemapeditor/imageslistview.cpp')
-rw-r--r--kimagemapeditor/imageslistview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kimagemapeditor/imageslistview.cpp b/kimagemapeditor/imageslistview.cpp
index 15529a45..773fd9b4 100644
--- a/kimagemapeditor/imageslistview.cpp
+++ b/kimagemapeditor/imageslistview.cpp
@@ -60,8 +60,8 @@ ImagesListView::ImagesListView(TQWidget *parent, const char *name)
setFullWidth(true);
- connect( this, TQT_SIGNAL( selectionChanged(TQListViewItem*)),
- this, TQT_SLOT( slotSelectionChanged(TQListViewItem*)));
+ connect( this, TQ_SIGNAL( selectionChanged(TQListViewItem*)),
+ this, TQ_SLOT( slotSelectionChanged(TQListViewItem*)));
}