diff options
Diffstat (limited to 'tdenewstuff')
-rw-r--r-- | tdenewstuff/downloaddialog.h | 2 | ||||
-rw-r--r-- | tdenewstuff/engine.h | 2 | ||||
-rw-r--r-- | tdenewstuff/ghns.h | 2 | ||||
-rw-r--r-- | tdenewstuff/knewstuffbutton.h | 2 | ||||
-rw-r--r-- | tdenewstuff/knewstuffsecure.h | 2 | ||||
-rw-r--r-- | tdenewstuff/provider.h | 4 | ||||
-rw-r--r-- | tdenewstuff/providerdialog.h | 2 | ||||
-rw-r--r-- | tdenewstuff/security.h | 2 | ||||
-rw-r--r-- | tdenewstuff/testnewstuff.h | 2 | ||||
-rw-r--r-- | tdenewstuff/uploaddialog.h | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/tdenewstuff/downloaddialog.h b/tdenewstuff/downloaddialog.h index 5756a4e6e..207d24fb4 100644 --- a/tdenewstuff/downloaddialog.h +++ b/tdenewstuff/downloaddialog.h @@ -56,7 +56,7 @@ class Engine; */ class KDE_EXPORT DownloadDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT struct Private; public: /** diff --git a/tdenewstuff/engine.h b/tdenewstuff/engine.h index 432f3b04c..0cac342ab 100644 --- a/tdenewstuff/engine.h +++ b/tdenewstuff/engine.h @@ -51,7 +51,7 @@ class ProviderDialog; */ class KDE_EXPORT Engine : public TQObject { - Q_OBJECT + TQ_OBJECT struct Private; public: /** diff --git a/tdenewstuff/ghns.h b/tdenewstuff/ghns.h index 7eea0c489..3cb70da65 100644 --- a/tdenewstuff/ghns.h +++ b/tdenewstuff/ghns.h @@ -32,7 +32,7 @@ class GhnsWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: GhnsWidget(); ~GhnsWidget(); diff --git a/tdenewstuff/knewstuffbutton.h b/tdenewstuff/knewstuffbutton.h index e4a98ae3a..7cad1b0a8 100644 --- a/tdenewstuff/knewstuffbutton.h +++ b/tdenewstuff/knewstuffbutton.h @@ -36,7 +36,7 @@ class DownloadDialog; */ class Button : public KPushButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/tdenewstuff/knewstuffsecure.h b/tdenewstuff/knewstuffsecure.h index 1c292a9a8..bb07a8637 100644 --- a/tdenewstuff/knewstuffsecure.h +++ b/tdenewstuff/knewstuffsecure.h @@ -39,7 +39,7 @@ to the standard TDENewStuff class. */ class KDE_EXPORT TDENewStuffSecure : public TQObject, public TDENewStuff { - Q_OBJECT + TQ_OBJECT public: /** Constructor. diff --git a/tdenewstuff/provider.h b/tdenewstuff/provider.h index 0a65d64fc..0c62edca1 100644 --- a/tdenewstuff/provider.h +++ b/tdenewstuff/provider.h @@ -46,7 +46,7 @@ namespace KNS { */ class KDE_EXPORT Provider : public TQObject { - Q_OBJECT + TQ_OBJECT public: typedef TQPtrList<Provider> List; @@ -190,7 +190,7 @@ class KDE_EXPORT Provider : public TQObject */ class KDE_EXPORT ProviderLoader : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** * Constructor. diff --git a/tdenewstuff/providerdialog.h b/tdenewstuff/providerdialog.h index fe7652f14..d951801bd 100644 --- a/tdenewstuff/providerdialog.h +++ b/tdenewstuff/providerdialog.h @@ -42,7 +42,7 @@ class Engine; */ class ProviderDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** Constructor. diff --git a/tdenewstuff/security.h b/tdenewstuff/security.h index 230821e7e..ac3f4f1a0 100644 --- a/tdenewstuff/security.h +++ b/tdenewstuff/security.h @@ -43,7 +43,7 @@ namespace KNS { class Security : public TQObject { -Q_OBJECT +TQ_OBJECT public: static Security* const ref() { diff --git a/tdenewstuff/testnewstuff.h b/tdenewstuff/testnewstuff.h index acd9aece4..9d4f71274 100644 --- a/tdenewstuff/testnewstuff.h +++ b/tdenewstuff/testnewstuff.h @@ -42,7 +42,7 @@ class TestNewStuff : public TDENewStuff class MyWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: MyWidget(); ~MyWidget(); diff --git a/tdenewstuff/uploaddialog.h b/tdenewstuff/uploaddialog.h index 3fc068e3a..906f2ea9f 100644 --- a/tdenewstuff/uploaddialog.h +++ b/tdenewstuff/uploaddialog.h @@ -46,7 +46,7 @@ class Entry; */ class UploadDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** Constructor. |