summaryrefslogtreecommitdiffstats
path: root/kdf
diff options
context:
space:
mode:
Diffstat (limited to 'kdf')
-rw-r--r--kdf/disklist.h2
-rw-r--r--kdf/disks.h2
-rw-r--r--kdf/kcmdf.h2
-rw-r--r--kdf/kdf.h2
-rw-r--r--kdf/kdfconfig.h2
-rw-r--r--kdf/kdfwidget.h2
-rw-r--r--kdf/kwikdisk.h2
-rw-r--r--kdf/listview.h2
-rw-r--r--kdf/mntconfig.h2
-rw-r--r--kdf/optiondialog.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/kdf/disklist.h b/kdf/disklist.h
index fe22dbf..019b848 100644
--- a/kdf/disklist.h
+++ b/kdf/disklist.h
@@ -94,7 +94,7 @@ private:
/***************************************************************************/
class DiskList : public TQObject
-{ Q_OBJECT
+{ TQ_OBJECT
public:
DiskList( TQObject *parent=0, const char *name=0 );
diff --git a/kdf/disks.h b/kdf/disks.h
index 0a0d529..2ca286d 100644
--- a/kdf/disks.h
+++ b/kdf/disks.h
@@ -39,7 +39,7 @@
class DiskEntry : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
DiskEntry(TQObject *parent=0, const char *name=0);
diff --git a/kdf/kcmdf.h b/kdf/kcmdf.h
index c321deb..6cb56a8 100644
--- a/kdf/kcmdf.h
+++ b/kdf/kcmdf.h
@@ -32,7 +32,7 @@
class KDiskFreeWidget : public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kdf/kdf.h b/kdf/kdf.h
index c365294..7097306 100644
--- a/kdf/kdf.h
+++ b/kdf/kdf.h
@@ -30,7 +30,7 @@
/***************************************************************/
class KDFTopLevel : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kdf/kdfconfig.h b/kdf/kdfconfig.h
index d5c2993..955a1a7 100644
--- a/kdf/kdfconfig.h
+++ b/kdf/kdfconfig.h
@@ -41,7 +41,7 @@ class CListView;
class KDFConfigWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
class CTabName
diff --git a/kdf/kdfwidget.h b/kdf/kdfwidget.h
index 872379f..057761f 100644
--- a/kdf/kdfwidget.h
+++ b/kdf/kdfwidget.h
@@ -91,7 +91,7 @@ class CListViewItem : public TQListViewItem
class KDFWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kdf/kwikdisk.h b/kdf/kwikdisk.h
index ce8db57..68bf44c 100644
--- a/kdf/kwikdisk.h
+++ b/kdf/kwikdisk.h
@@ -41,7 +41,7 @@
*/
class KwikDisk : public KSystemTray
{
- Q_OBJECT
+ TQ_OBJECT
public:
KwikDisk();
diff --git a/kdf/listview.h b/kdf/listview.h
index f8a8424..d100131 100644
--- a/kdf/listview.h
+++ b/kdf/listview.h
@@ -27,7 +27,7 @@
class CListView : public TDEListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kdf/mntconfig.h b/kdf/mntconfig.h
index 8e510cd..d247012 100644
--- a/kdf/mntconfig.h
+++ b/kdf/mntconfig.h
@@ -45,7 +45,7 @@ class TQListViewItem;
class MntConfigWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kdf/optiondialog.h b/kdf/optiondialog.h
index c56f8a2..77efa05 100644
--- a/kdf/optiondialog.h
+++ b/kdf/optiondialog.h
@@ -27,7 +27,7 @@ class MntConfigWidget;
class COptionDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public: