summaryrefslogtreecommitdiffstats
path: root/k9author/k9import.h
diff options
context:
space:
mode:
Diffstat (limited to 'k9author/k9import.h')
-rw-r--r--k9author/k9import.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/k9author/k9import.h b/k9author/k9import.h
index e883bed..9a46704 100644
--- a/k9author/k9import.h
+++ b/k9author/k9import.h
@@ -14,7 +14,7 @@
#define K9IMPORT_H
#include "k9common.h"
-#include <qlistview.h>
+#include <tqlistview.h>
#include "k9copy.h"
#include "../k9author/import.h"
#include "../k9author/k9newdvd.h"
@@ -25,23 +25,24 @@ class k9MenuButton;
class k9MenuEdit;
class k9Import : public import {
Q_OBJECT
+ TQ_OBJECT
private:
- QListViewItem *m_root;
+ TQListViewItem *m_root;
k9NewDVD m_newDVD;
KMdiToolViewAccessor *m_toolView;
KDockWidget *m_dockWidget;
k9Copy *m_parent;
- QPtrList <k9CdDrive> recorderList;
+ TQPtrList <k9CdDrive> recorderList;
k9CdDrives *drives;
k9MenuEdit *m_menuEdit;
public:
- k9Import(QWidget* parent = 0, const char* name = 0,k9CdDrives *_drives=0 );
+ k9Import(TQWidget* tqparent = 0, const char* name = 0,k9CdDrives *_drives=0 );
~k9Import();
/*$PUBLIC_FUNCTIONS$*/
void init();
void execute();
- QListViewItem* getRoot() const;
+ TQListViewItem* getRoot() const;
k9NewDVD *getNewDVD() {
return &m_newDVD;
}
@@ -49,25 +50,25 @@ public:
public slots:
/*$PUBLIC_SLOTS$*/
void aviFileUpdated(k9AviFile *_aviFile);
- void buttonUpdated(k9MenuButton *_button, const QImage &_image);
+ void buttonUpdated(k9MenuButton *_button, const TQImage &_image);
void setMenuEdit(k9MenuEdit* _value);
void setEnableCreate(bool _state);
void updateTotalTime();
void titleAdded();
protected:
/*$PROTECTED_FUNCTIONS$*/
- void setProgressWindow(QWidget *_widget);
+ void setProgressWindow(TQWidget *_widget);
void removeProgressWindow();
void readDrives();
void addDrive (k9CdDrive *_drive);
protected slots:
/*$PROTECTED_SLOTS$*/
- void lvDVDItemSelected (QListViewItem *);
- void cbFormatActivated(const QString &_format);
+ void lvDVDItemSelected (TQListViewItem *);
+ void cbFormatActivated(const TQString &_format);
virtual void deviceAdded(k9CdDrive *_drive);
virtual void deviceRemoved(k9CdDrive *_drive);
- virtual void volumeChanged(const QString &device,const QString &volumeName);
+ virtual void volumeChanged(const TQString &device,const TQString &volumeName);
signals:
void aviFileSelected(k9AviFile *_aviFile);