summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/fronthelpers
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:35:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:35:44 +0900
commit61351feeb0a9de5efb5759e5bbe79f9220492571 (patch)
tree1408b90a6787615b00258d1b19a64377d019a9e0 /src/svnfrontend/fronthelpers
parent7c40eb2981e88ba646d746fe4ef9828242505574 (diff)
downloadtdesvn-61351feeb0a9de5efb5759e5bbe79f9220492571.tar.gz
tdesvn-61351feeb0a9de5efb5759e5bbe79f9220492571.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/svnfrontend/fronthelpers')
-rw-r--r--src/svnfrontend/fronthelpers/checkoutinfo_impl.h2
-rw-r--r--src/svnfrontend/fronthelpers/propertylist.h2
-rw-r--r--src/svnfrontend/fronthelpers/rangeinput_impl.h2
-rw-r--r--src/svnfrontend/fronthelpers/revisionbuttonimpl.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/svnfrontend/fronthelpers/checkoutinfo_impl.h b/src/svnfrontend/fronthelpers/checkoutinfo_impl.h
index bbcd8bb..8836ba0 100644
--- a/src/svnfrontend/fronthelpers/checkoutinfo_impl.h
+++ b/src/svnfrontend/fronthelpers/checkoutinfo_impl.h
@@ -26,7 +26,7 @@
#include "kurl.h"
class CheckoutInfo_impl: public CheckoutInfo {
-Q_OBJECT
+TQ_OBJECT
public:
CheckoutInfo_impl(TQWidget *parent = 0, const char *name = 0);
diff --git a/src/svnfrontend/fronthelpers/propertylist.h b/src/svnfrontend/fronthelpers/propertylist.h
index 1d2eea2..a777db0 100644
--- a/src/svnfrontend/fronthelpers/propertylist.h
+++ b/src/svnfrontend/fronthelpers/propertylist.h
@@ -28,7 +28,7 @@
*/
class Propertylist : public TDEListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
Propertylist(TQWidget *parent = 0, const char *name = 0);
diff --git a/src/svnfrontend/fronthelpers/rangeinput_impl.h b/src/svnfrontend/fronthelpers/rangeinput_impl.h
index ea98ee0..eab11e3 100644
--- a/src/svnfrontend/fronthelpers/rangeinput_impl.h
+++ b/src/svnfrontend/fronthelpers/rangeinput_impl.h
@@ -25,7 +25,7 @@
#include <tqpair.h>
class Rangeinput_impl: public RangeInputDlg {
-Q_OBJECT
+TQ_OBJECT
public:
Rangeinput_impl(TQWidget *parent = 0, const char *name = 0);
diff --git a/src/svnfrontend/fronthelpers/revisionbuttonimpl.h b/src/svnfrontend/fronthelpers/revisionbuttonimpl.h
index 924f7df..04a04a0 100644
--- a/src/svnfrontend/fronthelpers/revisionbuttonimpl.h
+++ b/src/svnfrontend/fronthelpers/revisionbuttonimpl.h
@@ -24,7 +24,7 @@
#include "svnqt/revision.h"
class RevisionButtonImpl: public RevisionButton {
- Q_OBJECT
+ TQ_OBJECT
public: