summaryrefslogtreecommitdiffstats
path: root/konversation/src/osd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/osd.cpp')
-rw-r--r--konversation/src/osd.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/konversation/src/osd.cpp b/konversation/src/osd.cpp
index 53d3247..73798c6 100644
--- a/konversation/src/osd.cpp
+++ b/konversation/src/osd.cpp
@@ -43,8 +43,8 @@ OSDWidget::OSDWidget( const TQString &appName, TQWidget *parent, const char *nam
setBackgroundMode( NoBackground );
unsetColors();
- connect( &timer, TQT_SIGNAL( timeout() ), TQT_SLOT( hide() ) );
- connect( &timerMin, TQT_SIGNAL( timeout() ), TQT_SLOT( minReached() ) );
+ connect( &timer, TQ_SIGNAL( timeout() ), TQ_SLOT( hide() ) );
+ connect( &timerMin, TQ_SIGNAL( timeout() ), TQ_SLOT( minReached() ) );
}
void OSDWidget::renderOSDText( const TQString &txt )
@@ -146,7 +146,7 @@ void OSDWidget::showOSD( const TQString &text, bool preemptive )
}
}
-void OSDWidget::minReached() //SLOT
+void OSDWidget::minReached() //TQ_SLOT
{
if ( !textBuffer.isEmpty() )
{