summaryrefslogtreecommitdiffstats
path: root/k3bsetup/k3bsetup2.h
diff options
context:
space:
mode:
Diffstat (limited to 'k3bsetup/k3bsetup2.h')
-rw-r--r--k3bsetup/k3bsetup2.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/k3bsetup/k3bsetup2.h b/k3bsetup/k3bsetup2.h
index ea86664..6576640 100644
--- a/k3bsetup/k3bsetup2.h
+++ b/k3bsetup/k3bsetup2.h
@@ -22,18 +22,19 @@
class base_K3bSetup2;
-class QCheckListItem;
+class TQCheckListItem;
class K3bSetup2: public KCModule
{
Q_OBJECT
+ TQ_OBJECT
public:
- K3bSetup2( QWidget* parent = 0, const char* name = 0, const QStringList& args = QStringList() );
+ K3bSetup2( TQWidget* tqparent = 0, const char* name = 0, const TQStringList& args = TQStringList() );
~K3bSetup2();
- QString quickHelp() const;
+ TQString quickHelp() const;
const KAboutData* aboutData() { return m_aboutData; };
void load();
@@ -50,9 +51,9 @@ class K3bSetup2: public KCModule
private:
void updatePrograms();
void updateDevices();
- QString burningGroup() const;
+ TQString burningGroup() const;
void makeReadOnly();
- QCheckListItem* createDeviceItem( const QString& deviceNode );
+ TQCheckListItem* createDeviceItem( const TQString& deviceNode );
class Private;
Private* d;