summaryrefslogtreecommitdiffstats
path: root/smb4k/listview/smb4kshareslistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smb4k/listview/smb4kshareslistview.cpp')
-rw-r--r--smb4k/listview/smb4kshareslistview.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/smb4k/listview/smb4kshareslistview.cpp b/smb4k/listview/smb4kshareslistview.cpp
index 6519698..30b375a 100644
--- a/smb4k/listview/smb4kshareslistview.cpp
+++ b/smb4k/listview/smb4kshareslistview.cpp
@@ -68,8 +68,8 @@ Smb4KSharesListView::Smb4KSharesListView( TQWidget *parent, const char *name )
m_tooltip = NULL;
// Connections:
- connect( this, TQT_SIGNAL( pressed( TQListViewItem * ) ),
- this, TQT_SLOT( slotPressed( TQListViewItem * ) ) );
+ connect( this, TQ_SIGNAL( pressed( TQListViewItem * ) ),
+ this, TQ_SLOT( slotPressed( TQListViewItem * ) ) );
}
@@ -192,7 +192,7 @@ void Smb4KSharesListView::contentsMouseMoveEvent( TQMouseEvent *e )
{
m_tooltip = new Smb4KSharesListViewToolTip( item );
- TQTimer::singleShot( 2000, this, TQT_SLOT( slotShowToolTip() ) );
+ TQTimer::singleShot( 2000, this, TQ_SLOT( slotShowToolTip() ) );
}
else
{
@@ -212,7 +212,7 @@ void Smb4KSharesListView::contentsMouseMoveEvent( TQMouseEvent *e )
{
m_tooltip = new Smb4KSharesListViewToolTip( item );
- TQTimer::singleShot( 2000, this, TQT_SLOT( slotShowToolTip() ) );
+ TQTimer::singleShot( 2000, this, TQ_SLOT( slotShowToolTip() ) );
}
else
{
@@ -234,7 +234,7 @@ void Smb4KSharesListView::contentsMouseMoveEvent( TQMouseEvent *e )
/////////////////////////////////////////////////////////////////////////////
-// TQT_SLOT IMPLEMENTATIONS
+// SLOT IMPLEMENTATIONS
/////////////////////////////////////////////////////////////////////////////
void Smb4KSharesListView::slotPressed( TQListViewItem *item )