summaryrefslogtreecommitdiffstats
path: root/smb4k/iconview/smb4ksharesiconview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smb4k/iconview/smb4ksharesiconview.cpp')
-rw-r--r--smb4k/iconview/smb4ksharesiconview.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/smb4k/iconview/smb4ksharesiconview.cpp b/smb4k/iconview/smb4ksharesiconview.cpp
index 1b08751..50db329 100644
--- a/smb4k/iconview/smb4ksharesiconview.cpp
+++ b/smb4k/iconview/smb4ksharesiconview.cpp
@@ -55,8 +55,8 @@ Smb4KSharesIconView::Smb4KSharesIconView( TQWidget *parent, const char *name )
m_tooltip = NULL;
// Connections:
- connect( this, TQT_SIGNAL( pressed( TQIconViewItem * ) ),
- this, TQT_SLOT( slotPressed( TQIconViewItem * ) ) );
+ connect( this, TQ_SIGNAL( pressed( TQIconViewItem * ) ),
+ this, TQ_SLOT( slotPressed( TQIconViewItem * ) ) );
}
@@ -187,7 +187,7 @@ void Smb4KSharesIconView::contentsMouseMoveEvent( TQMouseEvent *e )
{
m_tooltip = new Smb4KSharesIconViewToolTip( item );
- TQTimer::singleShot( 2000, this, TQT_SLOT( slotShowToolTip() ) );
+ TQTimer::singleShot( 2000, this, TQ_SLOT( slotShowToolTip() ) );
}
else
{
@@ -207,7 +207,7 @@ void Smb4KSharesIconView::contentsMouseMoveEvent( TQMouseEvent *e )
{
m_tooltip = new Smb4KSharesIconViewToolTip( item );
- TQTimer::singleShot( 2000, this, TQT_SLOT( slotShowToolTip() ) );
+ TQTimer::singleShot( 2000, this, TQ_SLOT( slotShowToolTip() ) );
}
else
{
@@ -229,7 +229,7 @@ void Smb4KSharesIconView::contentsMouseMoveEvent( TQMouseEvent *e )
/////////////////////////////////////////////////////////////////////////////
-// TQT_SLOT IMPLEMENTATIONS
+// SLOT IMPLEMENTATIONS
/////////////////////////////////////////////////////////////////////////////
void Smb4KSharesIconView::slotPressed( TQIconViewItem *item )