summaryrefslogtreecommitdiffstats
path: root/tdeprint/messagewindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/messagewindow.cpp')
-rw-r--r--tdeprint/messagewindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/messagewindow.cpp b/tdeprint/messagewindow.cpp
index 7f642896e..ba3d69c8b 100644
--- a/tdeprint/messagewindow.cpp
+++ b/tdeprint/messagewindow.cpp
@@ -50,7 +50,7 @@ MessageWindow::MessageWindow( const TQString& txt, int delay, TQWidget *parent,
if ( delay == 0 )
slotTimer();
else
- TQTimer::singleShot( delay, this, TQT_SLOT( slotTimer() ) );
+ TQTimer::singleShot( delay, this, TQ_SLOT( slotTimer() ) );
}
MessageWindow::~MessageWindow()