diff options
Diffstat (limited to 'ksystemlog/src/samba/sambaOptions.cpp')
-rw-r--r-- | ksystemlog/src/samba/sambaOptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksystemlog/src/samba/sambaOptions.cpp b/ksystemlog/src/samba/sambaOptions.cpp index 6301860..6c01001 100644 --- a/ksystemlog/src/samba/sambaOptions.cpp +++ b/ksystemlog/src/samba/sambaOptions.cpp @@ -52,7 +52,7 @@ SambaOptions::SambaOptions(TQWidget *parent) : TQString description= i18n("<qt><p>These files will be analyzed to display <b>Samba log</b>. This list also determines the order in which the files are read.</p></qt>"); fileList=new FileList(this, description); - connect(fileList, TQT_SIGNAL(fileListChanged(int)), this, TQT_SLOT(slotFileListChanged(int))); + connect(fileList, TQ_SIGNAL(fileListChanged(int)), this, TQ_SLOT(slotFileListChanged(int))); readConfig(); |