mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
39 lines
1.1 KiB
Diff
39 lines
1.1 KiB
Diff
diff --git a/src/widgets/daboutdialog.cpp b/src/widgets/daboutdialog.cpp
|
|
index 5c6ba91..a33fd94 100644
|
|
--- src/widgets/daboutdialog.cpp
|
|
+++ src/widgets/daboutdialog.cpp
|
|
@@ -575,6 +575,6 @@ void DAboutDialog::showEvent(QShowEvent *event)
|
|
}
|
|
}
|
|
|
|
-#include "moc_daboutdialog.cpp"
|
|
-
|
|
DWIDGET_END_NAMESPACE
|
|
+
|
|
+#include "moc_daboutdialog.cpp"
|
|
diff --git a/src/widgets/dipv4lineedit.cpp b/src/widgets/dipv4lineedit.cpp
|
|
index 4efe6e4..1cc68b4 100644
|
|
--- src/widgets/dipv4lineedit.cpp
|
|
+++ src/widgets/dipv4lineedit.cpp
|
|
@@ -530,6 +530,6 @@ bool DIpv4LineEdit::eventFilter(QObject *obj, QEvent *e)
|
|
return DLineEdit::eventFilter(obj, e);
|
|
}
|
|
|
|
-#include "moc_dipv4lineedit.cpp"
|
|
-
|
|
DWIDGET_END_NAMESPACE
|
|
+
|
|
+#include "moc_dipv4lineedit.cpp"
|
|
diff --git a/src/widgets/dlistview.cpp b/src/widgets/dlistview.cpp
|
|
index 0dcc244..523ebd5 100644
|
|
--- src/widgets/dlistview.cpp
|
|
+++ src/widgets/dlistview.cpp
|
|
@@ -709,6 +709,6 @@ bool DListView::edit(const QModelIndex &index, QAbstractItemView::EditTrigger tr
|
|
return tmp;
|
|
}
|
|
|
|
-#include "moc_dlistview.cpp"
|
|
-
|
|
DWIDGET_END_NAMESPACE
|
|
+
|
|
+#include "moc_dlistview.cpp"
|