summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/kscan.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio/kscan.h')
-rw-r--r--tdeio/tdeio/kscan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/tdeio/kscan.h b/tdeio/tdeio/kscan.h
index eb9ab9116..cfc70e08a 100644
--- a/tdeio/tdeio/kscan.h
+++ b/tdeio/tdeio/kscan.h
@@ -43,8 +43,8 @@ class TQImage;
* if ( !m_scanDialog ) // no scanning support installed?
* return;
*
- * connect( m_scanDialog, TQT_SIGNAL( finalImage( const TQImage&, int )),
- * TQT_SLOT( slotScanned( const TQImage&, int ) ));
+ * connect( m_scanDialog, TQ_SIGNAL( finalImage( const TQImage&, int )),
+ * TQ_SLOT( slotScanned( const TQImage&, int ) ));
* }
*
* if ( m_scanDialog->setup() ) // only if scanner configured/available