summaryrefslogtreecommitdiffstats
path: root/src/dolphinsettingsdialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 14:01:59 +0900
committerMichele Calgaro <[email protected]>2023-07-25 13:00:36 +0900
commit98264ac14364e5b98ba91cead2635d7824c31e7b (patch)
treebff102944777b757525da3d1af4045108c0181a7 /src/dolphinsettingsdialog.h
parent552ed5a5e18336037508ff9524e7c4cfc6b156b6 (diff)
downloaddolphin-98264ac14364e5b98ba91cead2635d7824c31e7b.tar.gz
dolphin-98264ac14364e5b98ba91cead2635d7824c31e7b.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/dolphinsettingsdialog.h')
-rw-r--r--src/dolphinsettingsdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinsettingsdialog.h b/src/dolphinsettingsdialog.h
index a5c3a3d..dd9efd3 100644
--- a/src/dolphinsettingsdialog.h
+++ b/src/dolphinsettingsdialog.h
@@ -35,7 +35,7 @@ class BookmarksSettingsPage;
* @author Peter Penz <[email protected]>
*/
class DolphinSettingsDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public: