diff options
Diffstat (limited to 'src/knmap.cpp')
-rw-r--r-- | src/knmap.cpp | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/src/knmap.cpp b/src/knmap.cpp index 5d14314..fae0b1e 100644 --- a/src/knmap.cpp +++ b/src/knmap.cpp @@ -57,47 +57,47 @@ Knmap::Knmap( ) setAutoSaveSettings( ); connect( m_mainWidget, - SIGNAL( outputAvailable( const bool, const bool )), - SLOT( slotOutputAvailable( const bool, const bool))); + TQ_SIGNAL( outputAvailable( const bool, const bool )), + TQ_SLOT( slotOutputAvailable( const bool, const bool))); connect( m_mainWidget, - SIGNAL( setManPageActionStuff( const bool )), - SLOT( slotSetManPageActionStuff( const bool ))); + TQ_SIGNAL( setManPageActionStuff( const bool )), + TQ_SLOT( slotSetManPageActionStuff( const bool ))); connect( m_mainWidget, - SIGNAL( setCaption( const TQString& )), - SLOT( slotSetCaption( const TQString& ))); + TQ_SIGNAL( setCaption( const TQString& )), + TQ_SLOT( slotSetCaption( const TQString& ))); connect( m_mainWidget, - SIGNAL( statusBarText( const TQString& )), statusBar( ), - SLOT( message( const TQString& ))); + TQ_SIGNAL( statusBarText( const TQString& )), statusBar( ), + TQ_SLOT( message( const TQString& ))); connect( m_mainWidget, - SIGNAL( visibleScanWidgetChanged( ScanWidget* )), - SLOT( slotVisibleScanWidgetChanged( ScanWidget* ))); + TQ_SIGNAL( visibleScanWidgetChanged( ScanWidget* )), + TQ_SLOT( slotVisibleScanWidgetChanged( ScanWidget* ))); } // createMenu // ========== void Knmap::createMenu( ) -{ KStdAction::configureToolbars( this, SLOT( slotConfigureToolbars( )), actionCollection( )); - KStdAction::keyBindings( this, SLOT( slotConfigureShortcuts( )), actionCollection( )); - KStdAction::quit( kapp, SLOT( quit( )), actionCollection( )); +{ KStdAction::configureToolbars( this, TQ_SLOT( slotConfigureToolbars( )), actionCollection( )); + KStdAction::keyBindings( this, TQ_SLOT( slotConfigureShortcuts( )), actionCollection( )); + KStdAction::quit( kapp, TQ_SLOT( quit( )), actionCollection( )); m_fileSaveAction = KStdAction::save( m_mainWidget, - SLOT( slotFileSave( )), + TQ_SLOT( slotFileSave( )), actionCollection( )); m_fileSaveAsAction = KStdAction::saveAs( m_mainWidget, - SLOT( slotFileSaveAs( )), + TQ_SLOT( slotFileSaveAs( )), actionCollection( )); m_settingsManAction = new TDEAction( i18n( "&Use local man page" ), "localman.png", 0, m_mainWidget, - SLOT( slotSwitchManPages( )), + TQ_SLOT( slotSwitchManPages( )), actionCollection( ), "settings_local" ); @@ -105,7 +105,7 @@ void Knmap::createMenu( ) NULL, 0, m_mainWidget, - SLOT( slotUseTargetHost( )), + TQ_SLOT( slotUseTargetHost( )), actionCollection( ), "scan_use" ); @@ -113,7 +113,7 @@ void Knmap::createMenu( ) NULL, 0, m_mainWidget, - SLOT( slotWrapText( )), + TQ_SLOT( slotWrapText( )), actionCollection( ), "settings_wrap_text" ); @@ -121,7 +121,7 @@ void Knmap::createMenu( ) "scanclose", CTRL+Key_W, m_mainWidget, - SLOT( slotScanClose( )), + TQ_SLOT( slotScanClose( )), actionCollection( ), "scan_close" ); @@ -129,7 +129,7 @@ void Knmap::createMenu( ) "profilecopy", 0, m_mainWidget, - SLOT( slotProfileCopy( )), + TQ_SLOT( slotProfileCopy( )), actionCollection( ), "profile_copy" ); @@ -137,7 +137,7 @@ void Knmap::createMenu( ) "profiledelete", 0, m_mainWidget, - SLOT( slotProfileDelete( )), + TQ_SLOT( slotProfileDelete( )), actionCollection( ), "profile_delete" ); @@ -145,7 +145,7 @@ void Knmap::createMenu( ) "manpage", 0, m_mainWidget, - SLOT( slotShowManPage( )), + TQ_SLOT( slotShowManPage( )), actionCollection( ), "help_man_page" ); @@ -153,7 +153,7 @@ void Knmap::createMenu( ) "scanduplicate", CTRL+Key_C, m_mainWidget, - SLOT( slotScanDuplicate( )), + TQ_SLOT( slotScanDuplicate( )), actionCollection( ), "scan_duplicate" ); @@ -161,7 +161,7 @@ void Knmap::createMenu( ) "profileload", 0, m_mainWidget, - SLOT( slotProfileLoad( )), + TQ_SLOT( slotProfileLoad( )), actionCollection( ), "profile_load" ); @@ -169,7 +169,7 @@ void Knmap::createMenu( ) "manstylesheet", 0, m_mainWidget, - SLOT( slotSetStylesheet( )), + TQ_SLOT( slotSetStylesheet( )), actionCollection( ), "settings_stylesheet" ); @@ -177,7 +177,7 @@ void Knmap::createMenu( ) "scannew", CTRL+Key_N, m_mainWidget, - SLOT( slotScanNew( )), + TQ_SLOT( slotScanNew( )), actionCollection( ), "scan_new" ); @@ -185,7 +185,7 @@ void Knmap::createMenu( ) "profilerename", 0, m_mainWidget, - SLOT( slotProfileRename( )), + TQ_SLOT( slotProfileRename( )), actionCollection( ), "profile_rename" ); @@ -193,7 +193,7 @@ void Knmap::createMenu( ) "scanrename", Key_F2, m_mainWidget, - SLOT( slotScanRename( )), + TQ_SLOT( slotScanRename( )), actionCollection( ), "scan_rename" ); @@ -201,7 +201,7 @@ void Knmap::createMenu( ) "profilesave", 0, m_mainWidget, - SLOT( slotProfileSave( )), + TQ_SLOT( slotProfileSave( )), actionCollection( ), "profile_save" ); @@ -209,7 +209,7 @@ void Knmap::createMenu( ) "profilesaveas", 0, m_mainWidget, - SLOT( slotProfileSaveAs( )), + TQ_SLOT( slotProfileSaveAs( )), actionCollection( ), "profile_save_as" ); @@ -217,7 +217,7 @@ void Knmap::createMenu( ) "zoomcustom", 0, m_mainWidget, - SLOT( slotZoomCustom( )), + TQ_SLOT( slotZoomCustom( )), actionCollection( ), "settings_zoom_custom" ); @@ -225,7 +225,7 @@ void Knmap::createMenu( ) "zoomin", 0, m_mainWidget, - SLOT( slotZoomIn( )), + TQ_SLOT( slotZoomIn( )), actionCollection( ), "settings_zoom_in" ); @@ -233,7 +233,7 @@ void Knmap::createMenu( ) "zoomout", 0, m_mainWidget, - SLOT( slotZoomOut( )), + TQ_SLOT( slotZoomOut( )), actionCollection( ), "settings_zoom_out" ); @@ -354,7 +354,7 @@ void Knmap::slotConfigureToolbars( ) { saveMainWindowSettings( TDEGlobal::config( ), autoSaveGroup( )); KEditToolbar dlg( actionCollection( )); - connect( &dlg, SIGNAL( newToolbarConfig( )),this, SLOT( slotNewToolbarConfig( ))); + connect( &dlg, TQ_SIGNAL( newToolbarConfig( )),this, TQ_SLOT( slotNewToolbarConfig( ))); dlg.exec( ); } |