summaryrefslogtreecommitdiffstats
path: root/src/ksvnwidgets/authdialogimpl.h
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-23 18:50:08 +0900
commita8d3129b925bbc2cdca64b83578b2cf51f0d4965 (patch)
tree1408b90a6787615b00258d1b19a64377d019a9e0 /src/ksvnwidgets/authdialogimpl.h
parentdf800578b8fee8cf6acf7a84e2e8ffe21a529294 (diff)
downloadtdesvn-a8d3129b.tar.gz
tdesvn-a8d3129b.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 61351feeb0a9de5efb5759e5bbe79f9220492571)
Diffstat (limited to 'src/ksvnwidgets/authdialogimpl.h')
-rw-r--r--src/ksvnwidgets/authdialogimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ksvnwidgets/authdialogimpl.h b/src/ksvnwidgets/authdialogimpl.h
index 3a32475..0d8b18f 100644
--- a/src/ksvnwidgets/authdialogimpl.h
+++ b/src/ksvnwidgets/authdialogimpl.h
@@ -24,7 +24,7 @@
#include <tqstring.h>
class AuthDialogImpl: public AuthDialogData {
-Q_OBJECT
+TQ_OBJECT
public:
AuthDialogImpl(const TQString & realm = "",const TQString&user="", TQWidget *parent = 0, const char *name = 0);