summaryrefslogtreecommitdiffstats
path: root/k9author
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-02-06 20:11:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-02-06 20:11:48 +0900
commitda10cdaf055bc8fe0f03702afe2b8c7bc5c5ed4f (patch)
tree7d0ebe452f7394934f737e2185cd554d7ffabe35 /k9author
parent9f2311f262af668797db3634f174184f17cae63e (diff)
downloadk9copy-da10cdaf055bc8fe0f03702afe2b8c7bc5c5ed4f.tar.gz
k9copy-da10cdaf055bc8fe0f03702afe2b8c7bc5c5ed4f.zip
Removed HAL dependant code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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);