summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdefile')
-rw-r--r--tdeio/tdefile/kacleditwidget.h2
-rw-r--r--tdeio/tdefile/kacleditwidget_p.h4
-rw-r--r--tdeio/tdefile/kcombiview.h2
-rw-r--r--tdeio/tdefile/kcustommenueditor.h2
-rw-r--r--tdeio/tdefile/kdirselectdialog.h2
-rw-r--r--tdeio/tdefile/kdirsize.h2
-rw-r--r--tdeio/tdefile/kdiskfreesp.h2
-rw-r--r--tdeio/tdefile/kencodingfiledialog.h2
-rw-r--r--tdeio/tdefile/kicondialog.h6
-rw-r--r--tdeio/tdefile/kimagefilepreview.h2
-rw-r--r--tdeio/tdefile/kmetaprops.h2
-rw-r--r--tdeio/tdefile/knotifydialog.h4
-rw-r--r--tdeio/tdefile/kopenwith.h2
-rw-r--r--tdeio/tdefile/kopenwith_p.h2
-rw-r--r--tdeio/tdefile/kpreviewprops.h2
-rw-r--r--tdeio/tdefile/kpreviewwidgetbase.h2
-rw-r--r--tdeio/tdefile/kpropertiesdialog.h20
-rw-r--r--tdeio/tdefile/kurlbar.h6
-rw-r--r--tdeio/tdefile/kurlcombobox.h2
-rw-r--r--tdeio/tdefile/kurlrequester.h4
-rw-r--r--tdeio/tdefile/kurlrequesterdlg.h2
-rw-r--r--tdeio/tdefile/tdediroperator.h2
-rw-r--r--tdeio/tdefile/tdefilebookmarkhandler.h2
-rw-r--r--tdeio/tdefile/tdefiledetailview.h2
-rw-r--r--tdeio/tdefile/tdefiledialog.h2
-rw-r--r--tdeio/tdefile/tdefilefiltercombo.h2
-rw-r--r--tdeio/tdefile/tdefileiconview.h2
-rw-r--r--tdeio/tdefile/tdefilemetainfowidget.h2
-rw-r--r--tdeio/tdefile/tdefilemetapreview.h2
-rw-r--r--tdeio/tdefile/tdefilepreview.h2
-rw-r--r--tdeio/tdefile/tdefilesharedlg.h2
-rw-r--r--tdeio/tdefile/tdefilespeedbar.h2
-rw-r--r--tdeio/tdefile/tdefiletreebranch.h2
-rw-r--r--tdeio/tdefile/tdefiletreeview.h2
-rw-r--r--tdeio/tdefile/tdefileview.h2
-rw-r--r--tdeio/tdefile/tests/kfdtest.h2
-rw-r--r--tdeio/tdefile/tests/tdefiletreeviewtest.h2
37 files changed, 53 insertions, 53 deletions
diff --git a/tdeio/tdefile/kacleditwidget.h b/tdeio/tdefile/kacleditwidget.h
index 43f4b2fca..6604c4503 100644
--- a/tdeio/tdefile/kacleditwidget.h
+++ b/tdeio/tdefile/kacleditwidget.h
@@ -40,7 +40,7 @@ class TQPushButton;
class KACLEditWidget : TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KACLEditWidget( TQWidget *parent = 0, const char *name = 0 );
diff --git a/tdeio/tdefile/kacleditwidget_p.h b/tdeio/tdefile/kacleditwidget_p.h
index 41e265053..042efc1b5 100644
--- a/tdeio/tdefile/kacleditwidget_p.h
+++ b/tdeio/tdefile/kacleditwidget_p.h
@@ -49,7 +49,7 @@ class TQCheckBox;
*/
class KACLListView : public TDEListView
{
- Q_OBJECT
+ TQ_OBJECT
friend class KACLListViewItem;
public:
@@ -133,7 +133,7 @@ private:
class EditACLEntryDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
EditACLEntryDialog( KACLListView *listView, KACLListViewItem *item,
diff --git a/tdeio/tdefile/kcombiview.h b/tdeio/tdefile/kcombiview.h
index ad72063e3..cf1736409 100644
--- a/tdeio/tdefile/kcombiview.h
+++ b/tdeio/tdefile/kcombiview.h
@@ -54,7 +54,7 @@ class TQIconViewItem;
class TDEIO_EXPORT KCombiView : public TQSplitter,
public KFileView
{
- Q_OBJECT
+ TQ_OBJECT
public:
KCombiView( TQWidget *parent, const char *name);
diff --git a/tdeio/tdefile/kcustommenueditor.h b/tdeio/tdefile/kcustommenueditor.h
index cb43c606f..c0f43343e 100644
--- a/tdeio/tdefile/kcustommenueditor.h
+++ b/tdeio/tdefile/kcustommenueditor.h
@@ -32,7 +32,7 @@ class TDEConfigBase;
*/
class TDEIO_EXPORT KCustomMenuEditor : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Create a dialog for editing a custom menu
diff --git a/tdeio/tdefile/kdirselectdialog.h b/tdeio/tdefile/kdirselectdialog.h
index 400bd3232..fa71ab35f 100644
--- a/tdeio/tdefile/kdirselectdialog.h
+++ b/tdeio/tdefile/kdirselectdialog.h
@@ -38,7 +38,7 @@ class TDEToggleAction;
*/
class TDEIO_EXPORT KDirSelectDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/tdeio/tdefile/kdirsize.h b/tdeio/tdefile/kdirsize.h
index 210080950..8526eeff6 100644
--- a/tdeio/tdefile/kdirsize.h
+++ b/tdeio/tdefile/kdirsize.h
@@ -29,7 +29,7 @@
*/
class TDEIO_EXPORT KDirSize : public TDEIO::Job
{
- Q_OBJECT
+ TQ_OBJECT
protected:
KDirSize( const KURL & directory );
KDirSize( const KFileItemList & lstItems );
diff --git a/tdeio/tdefile/kdiskfreesp.h b/tdeio/tdefile/kdiskfreesp.h
index 5ffa47d9a..f17a10372 100644
--- a/tdeio/tdefile/kdiskfreesp.h
+++ b/tdeio/tdefile/kdiskfreesp.h
@@ -38,7 +38,7 @@ class TDEProcess;
* information for a given partition (mount point).
*/
class TDEIO_EXPORT KDiskFreeSp : public TQObject
-{ Q_OBJECT
+{ TQ_OBJECT
public:
KDiskFreeSp( TQObject *parent=0, const char *name=0 );
/**
diff --git a/tdeio/tdefile/kencodingfiledialog.h b/tdeio/tdefile/kencodingfiledialog.h
index b52edd629..607a19493 100644
--- a/tdeio/tdefile/kencodingfiledialog.h
+++ b/tdeio/tdefile/kencodingfiledialog.h
@@ -37,7 +37,7 @@ struct KEncodingFileDialogPrivate;
class TDEIO_EXPORT KEncodingFileDialog : public KFileDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
class Result {
diff --git a/tdeio/tdefile/kicondialog.h b/tdeio/tdefile/kicondialog.h
index 7e7501eaf..1feb75dce 100644
--- a/tdeio/tdefile/kicondialog.h
+++ b/tdeio/tdefile/kicondialog.h
@@ -34,7 +34,7 @@ class TDEIconLoader;
*/
class TDEIO_EXPORT TDEIconCanvas: public TDEIconView
{
- Q_OBJECT
+ TQ_OBJECT
public:
TDEIconCanvas(TQWidget *parent=0L, const char *name=0L);
@@ -90,7 +90,7 @@ private:
*/
class TDEIO_EXPORT TDEIconDialog: public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
@@ -256,7 +256,7 @@ private:
*/
class TDEIO_EXPORT TDEIconButton: public TQPushButton
{
- Q_OBJECT
+ TQ_OBJECT
TQ_PROPERTY( TQString icon READ icon WRITE setIcon RESET resetIcon )
TQ_PROPERTY( int iconSize READ iconSize WRITE setIconSize)
TQ_PROPERTY( bool strictIconSize READ strictIconSize WRITE setStrictIconSize )
diff --git a/tdeio/tdefile/kimagefilepreview.h b/tdeio/tdefile/kimagefilepreview.h
index 0604e08f0..984c1b476 100644
--- a/tdeio/tdefile/kimagefilepreview.h
+++ b/tdeio/tdefile/kimagefilepreview.h
@@ -30,7 +30,7 @@ namespace TDEIO { class Job; class PreviewJob; }
*/
class TDEIO_EXPORT KImageFilePreview : public KPreviewWidgetBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KImageFilePreview(TQWidget *parent);
diff --git a/tdeio/tdefile/kmetaprops.h b/tdeio/tdefile/kmetaprops.h
index c842499dd..f0b37ecff 100644
--- a/tdeio/tdefile/kmetaprops.h
+++ b/tdeio/tdefile/kmetaprops.h
@@ -30,7 +30,7 @@ class KFileMetaInfoItem;
*/
class TDEIO_EXPORT KFileMetaPropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
diff --git a/tdeio/tdefile/knotifydialog.h b/tdeio/tdefile/knotifydialog.h
index c8b5b21ac..fe6dcc6ba 100644
--- a/tdeio/tdefile/knotifydialog.h
+++ b/tdeio/tdefile/knotifydialog.h
@@ -51,7 +51,7 @@ namespace KNotify
*/
class TDEIO_EXPORT KNotifyDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
@@ -188,7 +188,7 @@ namespace KNotify
*/
class TDEIO_EXPORT KNotifyWidget : public KNotifyWidgetBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KNotifyWidget( TQWidget* parent = 0, const char* name = 0,
diff --git a/tdeio/tdefile/kopenwith.h b/tdeio/tdefile/kopenwith.h
index e0482b87a..99a047082 100644
--- a/tdeio/tdefile/kopenwith.h
+++ b/tdeio/tdefile/kopenwith.h
@@ -45,7 +45,7 @@ class KOpenWithDlgPrivate;
*/
class TDEIO_EXPORT KOpenWithDlg : public TQDialog //#TODO: Use KDialogBase for KDE4
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/tdeio/tdefile/kopenwith_p.h b/tdeio/tdefile/kopenwith_p.h
index 4f6d53107..ecdbdd6e6 100644
--- a/tdeio/tdefile/kopenwith_p.h
+++ b/tdeio/tdefile/kopenwith_p.h
@@ -73,7 +73,7 @@ protected:
*/
class TDEApplicationTree : public TDEListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
TDEApplicationTree( TQWidget *parent );
diff --git a/tdeio/tdefile/kpreviewprops.h b/tdeio/tdefile/kpreviewprops.h
index d934af22a..4e7e5fbf3 100644
--- a/tdeio/tdefile/kpreviewprops.h
+++ b/tdeio/tdefile/kpreviewprops.h
@@ -31,7 +31,7 @@ class KFileMetaPreview;
*/
class TDEIO_EXPORT KPreviewPropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/tdeio/tdefile/kpreviewwidgetbase.h b/tdeio/tdefile/kpreviewwidgetbase.h
index 3597070ee..ba3fed7dd 100644
--- a/tdeio/tdefile/kpreviewwidgetbase.h
+++ b/tdeio/tdefile/kpreviewwidgetbase.h
@@ -43,7 +43,7 @@ class KURL;
*/
class TDEIO_EXPORT KPreviewWidgetBase : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/tdeio/tdefile/kpropertiesdialog.h b/tdeio/tdefile/kpropertiesdialog.h
index 2ff0c576d..cc1f75b86 100644
--- a/tdeio/tdefile/kpropertiesdialog.h
+++ b/tdeio/tdefile/kpropertiesdialog.h
@@ -69,7 +69,7 @@ namespace TDEIO { class Job; }
*/
class TDEIO_EXPORT KPropertiesDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -436,7 +436,7 @@ private:
*/
class TDEIO_EXPORT KPropsDlgPlugin : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
@@ -494,7 +494,7 @@ private:
*/
class TDEIO_EXPORT KFilePropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
@@ -570,7 +570,7 @@ private:
*/
class TDEIO_EXPORT KFilePermissionsPropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum PermissionsMode {
PermissionsOnlyFiles = 0,
@@ -656,7 +656,7 @@ private:
*/
class TDEIO_EXPORT KURLPropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
@@ -691,7 +691,7 @@ private:
*/
class TDEIO_EXPORT KBindingPropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
@@ -721,7 +721,7 @@ private:
*/
class TDEIO_EXPORT KDevicePropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
KDevicePropsPlugin( KPropertiesDialog *_props );
virtual ~KDevicePropsPlugin();
@@ -774,7 +774,7 @@ class KPropertiesDesktopBase;
*/
class TDEIO_EXPORT KDesktopPropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
@@ -825,7 +825,7 @@ private:
/// Remove in KDE4
class TDEIO_EXPORT_DEPRECATED KExecPropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
@@ -881,7 +881,7 @@ private:
/// Remove in KDE4
class TDEIO_EXPORT_DEPRECATED TDEApplicationPropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
diff --git a/tdeio/tdefile/kurlbar.h b/tdeio/tdefile/kurlbar.h
index 4939fa830..a41366243 100644
--- a/tdeio/tdefile/kurlbar.h
+++ b/tdeio/tdefile/kurlbar.h
@@ -229,7 +229,7 @@ class KURLBarListBox;
*/
class TDEIO_EXPORT KURLBar : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
@@ -492,7 +492,7 @@ class KURLBarToolTip;
*/
class TDEIO_EXPORT KURLBarListBox : public TDEListBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
@@ -566,7 +566,7 @@ class KURLRequester;
*/
class TDEIO_EXPORT KURLBarItemDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/tdeio/tdefile/kurlcombobox.h b/tdeio/tdefile/kurlcombobox.h
index a1fd9182d..791d96a8e 100644
--- a/tdeio/tdefile/kurlcombobox.h
+++ b/tdeio/tdefile/kurlcombobox.h
@@ -40,7 +40,7 @@
*/
class TDEIO_EXPORT KURLComboBox : public KComboBox
{
- Q_OBJECT
+ TQ_OBJECT
TQ_PROPERTY(TQStringList urls READ urls WRITE setURLs DESIGNABLE true)
TQ_PROPERTY(int maxItems READ maxItems WRITE setMaxItems DESIGNABLE true)
diff --git a/tdeio/tdefile/kurlrequester.h b/tdeio/tdefile/kurlrequester.h
index 5655efa5b..6ed9e8d37 100644
--- a/tdeio/tdefile/kurlrequester.h
+++ b/tdeio/tdefile/kurlrequester.h
@@ -55,7 +55,7 @@ class TQTimer;
*/
class TDEIO_EXPORT KURLRequester : public TQHBox
{
- Q_OBJECT
+ TQ_OBJECT
TQ_PROPERTY( TQString url READ url WRITE setURL )
TQ_PROPERTY( bool showLocalProtocol READ showLocalProtocol WRITE setShowLocalProtocol )
TQ_PROPERTY( TQString filter READ filter WRITE setFilter )
@@ -289,7 +289,7 @@ private:
*/
class TDEIO_EXPORT KURLComboRequester : public KURLRequester
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructs a KURLRequester widget with a combobox.
diff --git a/tdeio/tdefile/kurlrequesterdlg.h b/tdeio/tdefile/kurlrequesterdlg.h
index ef97ececf..5fdbe8315 100644
--- a/tdeio/tdefile/kurlrequesterdlg.h
+++ b/tdeio/tdefile/kurlrequesterdlg.h
@@ -37,7 +37,7 @@ class KFileDialog;
*/
class TDEIO_EXPORT KURLRequesterDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/tdeio/tdefile/tdediroperator.h b/tdeio/tdefile/tdediroperator.h
index 915b27c88..74abdd585 100644
--- a/tdeio/tdefile/tdediroperator.h
+++ b/tdeio/tdefile/tdediroperator.h
@@ -95,7 +95,7 @@ namespace TDEIO {
*/
class TDEIO_EXPORT KDirOperator : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/tdeio/tdefile/tdefilebookmarkhandler.h b/tdeio/tdefile/tdefilebookmarkhandler.h
index e13e0673b..092eba9de 100644
--- a/tdeio/tdefile/tdefilebookmarkhandler.h
+++ b/tdeio/tdefile/tdefilebookmarkhandler.h
@@ -28,7 +28,7 @@ class TDEPopupMenu;
class TDEIO_EXPORT KFileBookmarkHandler : public TQObject, public KBookmarkOwner
{
- Q_OBJECT
+ TQ_OBJECT
public:
KFileBookmarkHandler( KFileDialog *dialog );
diff --git a/tdeio/tdefile/tdefiledetailview.h b/tdeio/tdefile/tdefiledetailview.h
index add8cd988..f40b5b374 100644
--- a/tdeio/tdefile/tdefiledetailview.h
+++ b/tdeio/tdefile/tdefiledetailview.h
@@ -107,7 +107,7 @@ private:
*/
class TDEIO_EXPORT KFileDetailView : public TDEListView, public KFileView
{
- Q_OBJECT
+ TQ_OBJECT
public:
KFileDetailView(TQWidget *parent, const char *name);
diff --git a/tdeio/tdefile/tdefiledialog.h b/tdeio/tdefile/tdefiledialog.h
index cd94ebe51..a8b622fd5 100644
--- a/tdeio/tdefile/tdefiledialog.h
+++ b/tdeio/tdefile/tdefiledialog.h
@@ -75,7 +75,7 @@ struct KFileDialogPrivate;
*/
class TDEIO_EXPORT KFileDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/tdeio/tdefile/tdefilefiltercombo.h b/tdeio/tdefile/tdefilefiltercombo.h
index f448003bb..1f1f40db9 100644
--- a/tdeio/tdefile/tdefilefiltercombo.h
+++ b/tdeio/tdefile/tdefilefiltercombo.h
@@ -30,7 +30,7 @@ class KFileFilterComboPrivate;
class TDEIO_EXPORT KFileFilterCombo : public KComboBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
KFileFilterCombo(TQWidget *parent= 0, const char *name= 0);
diff --git a/tdeio/tdefile/tdefileiconview.h b/tdeio/tdefile/tdefileiconview.h
index c341d6048..8a03d4bc9 100644
--- a/tdeio/tdefile/tdefileiconview.h
+++ b/tdeio/tdefile/tdefileiconview.h
@@ -81,7 +81,7 @@ namespace TDEIO {
*/
class TDEIO_EXPORT KFileIconView : public TDEIconView, public KFileView
{
- Q_OBJECT
+ TQ_OBJECT
public:
KFileIconView(TQWidget *parent, const char *name);
diff --git a/tdeio/tdefile/tdefilemetainfowidget.h b/tdeio/tdefile/tdefilemetainfowidget.h
index 5ba4d6eef..57ef4ce64 100644
--- a/tdeio/tdefile/tdefilemetainfowidget.h
+++ b/tdeio/tdefile/tdefilemetainfowidget.h
@@ -29,7 +29,7 @@
*/
class TDEIO_EXPORT KFileMetaInfoWidget: public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Mode
{
diff --git a/tdeio/tdefile/tdefilemetapreview.h b/tdeio/tdefile/tdefilemetapreview.h
index 443324da3..24fe415a2 100644
--- a/tdeio/tdefile/tdefilemetapreview.h
+++ b/tdeio/tdefile/tdefilemetapreview.h
@@ -17,7 +17,7 @@
class TDEIO_EXPORT KFileMetaPreview : public KPreviewWidgetBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KFileMetaPreview(TQWidget *parent, const char *name = 0);
diff --git a/tdeio/tdefile/tdefilepreview.h b/tdeio/tdefile/tdefilepreview.h
index 5d4014fe1..8ca2c6937 100644
--- a/tdeio/tdefile/tdefilepreview.h
+++ b/tdeio/tdefile/tdefilepreview.h
@@ -38,7 +38,7 @@
*/
class TDEIO_EXPORT KFilePreview : public TQSplitter, public KFileView
{
- Q_OBJECT
+ TQ_OBJECT
public:
KFilePreview(TQWidget *parent, const char *name);
diff --git a/tdeio/tdefile/tdefilesharedlg.h b/tdeio/tdefile/tdefilesharedlg.h
index 4b817f714..e2ed6b194 100644
--- a/tdeio/tdefile/tdefilesharedlg.h
+++ b/tdeio/tdefile/tdefilesharedlg.h
@@ -32,7 +32,7 @@ class TQPushButton;
*/
class TDEIO_EXPORT KFileSharePropsPlugin : public KPropsDlgPlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
KFileSharePropsPlugin( KPropertiesDialog *_props );
virtual ~KFileSharePropsPlugin();
diff --git a/tdeio/tdefile/tdefilespeedbar.h b/tdeio/tdefile/tdefilespeedbar.h
index 62415dadc..33c12c530 100644
--- a/tdeio/tdefile/tdefilespeedbar.h
+++ b/tdeio/tdefile/tdefilespeedbar.h
@@ -25,7 +25,7 @@ class TDEConfig;
class TDEIO_EXPORT KFileSpeedBar : public KURLBar
{
- Q_OBJECT
+ TQ_OBJECT
public:
KFileSpeedBar( TQWidget *parent = 0, const char *name = 0 );
~KFileSpeedBar();
diff --git a/tdeio/tdefile/tdefiletreebranch.h b/tdeio/tdefile/tdefiletreebranch.h
index 8c9428de3..af5b323de 100644
--- a/tdeio/tdefile/tdefiletreebranch.h
+++ b/tdeio/tdefile/tdefiletreebranch.h
@@ -47,7 +47,7 @@ class KFileTreeView;
class TDEIO_EXPORT KFileTreeBranch : public KDirLister
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* constructs a branch for KFileTreeView. Does not yet start to list it.
diff --git a/tdeio/tdefile/tdefiletreeview.h b/tdeio/tdefile/tdefiletreeview.h
index 60f756dc2..b0dd9af36 100644
--- a/tdeio/tdefile/tdefiletreeview.h
+++ b/tdeio/tdefile/tdefiletreeview.h
@@ -65,7 +65,7 @@ private:
*/
class TDEIO_EXPORT KFileTreeView : public TDEListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
KFileTreeView( TQWidget *parent, const char *name = 0 );
virtual ~KFileTreeView();
diff --git a/tdeio/tdefile/tdefileview.h b/tdeio/tdefile/tdefileview.h
index a747f393e..6703b8c82 100644
--- a/tdeio/tdefile/tdefileview.h
+++ b/tdeio/tdefile/tdefileview.h
@@ -35,7 +35,7 @@ class TDEActionCollection;
**/
class TDEIO_EXPORT KFileViewSignaler : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/tdeio/tdefile/tests/kfdtest.h b/tdeio/tdefile/tests/kfdtest.h
index 6c59550b8..5a076460e 100644
--- a/tdeio/tdefile/tests/kfdtest.h
+++ b/tdeio/tdefile/tests/kfdtest.h
@@ -12,7 +12,7 @@
class KFDTest : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
KFDTest( const TQString& startDir, TQObject *parent = 0, const char *name = 0);
diff --git a/tdeio/tdefile/tests/tdefiletreeviewtest.h b/tdeio/tdefile/tests/tdefiletreeviewtest.h
index 0375f8d11..246d769ef 100644
--- a/tdeio/tdefile/tests/tdefiletreeviewtest.h
+++ b/tdeio/tdefile/tests/tdefiletreeviewtest.h
@@ -22,7 +22,7 @@
class testFrame: public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
testFrame();
void showPath( const KURL & );