summaryrefslogtreecommitdiffstats
path: root/k9author
diff options
context:
space:
mode:
Diffstat (limited to 'k9author')
-rw-r--r--k9author/k9import.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/k9author/k9import.cpp b/k9author/k9import.cpp
index 09a9ae2..7cf8d77 100644
--- a/k9author/k9import.cpp
+++ b/k9author/k9import.cpp
@@ -17,7 +17,6 @@
#include "k9lvitemimport.h"
#include <tdelocale.h>
#include "k9menuedit.h"
-#include "k9haldevice.h"
#include "k9config.h"
#include "k9burndvd.h"
#include <tqdir.h>
@@ -80,12 +79,6 @@ void k9Import::deviceRemoved(k9CdDrive *_drive) {
}
void k9Import::addDrive(k9CdDrive *drive) {
-#ifdef HAVE_HAL
- if (drive->getDevice()!=NULL) {
- k9HalDevice *dev=drive->getDevice();
- connect(dev,TQT_SIGNAL(volumeChanged( const TQString &,const TQString &)),this,TQT_SLOT(volumeChanged(const TQString&,const TQString&)));
- }
-#endif
if (drive->canWriteDVD) {
cbOutputDev->insertItem(drive->name+ " ("+drive->device+")",-1);
recorderList.append(drive);