summaryrefslogtreecommitdiffstats
path: root/smb4k/configdlg/smb4kuserinterfaceoptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smb4k/configdlg/smb4kuserinterfaceoptions.cpp')
-rw-r--r--smb4k/configdlg/smb4kuserinterfaceoptions.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/smb4k/configdlg/smb4kuserinterfaceoptions.cpp b/smb4k/configdlg/smb4kuserinterfaceoptions.cpp
index 1553896..b7353da 100644
--- a/smb4k/configdlg/smb4kuserinterfaceoptions.cpp
+++ b/smb4k/configdlg/smb4kuserinterfaceoptions.cpp
@@ -172,8 +172,8 @@ Smb4KUserInterfaceOptions::Smb4KUserInterfaceOptions( TQWidget *parent, const ch
addTab( preview_widget, i18n( "Preview Dialog" ) );
// Add connections:
- connect( hidden, TQT_SIGNAL( stateChanged( int ) ),
- this, TQT_SLOT( slotShowHiddenShares( int ) ) );
+ connect( hidden, TQ_SIGNAL( stateChanged( int ) ),
+ this, TQ_SLOT( slotShowHiddenShares( int ) ) );
// Do last adjustments:
slotShowHiddenShares( hidden->state() );
@@ -186,7 +186,7 @@ Smb4KUserInterfaceOptions::~Smb4KUserInterfaceOptions()
/////////////////////////////////////////////////////////////////////////////
-// TQT_SLOT IMPLEMENTATIONS
+// SLOT IMPLEMENTATIONS
/////////////////////////////////////////////////////////////////////////////