Committed to trunk.

Abdel.
Index: Dialogs.C
===================================================================
--- Dialogs.C   (revision 14408)
+++ Dialogs.C   (working copy)
@@ -58,10 +58,6 @@
 #include "QERT.h"
 #include "QExternal.h"
 #include "QFloat.h"
-// Here would be an appropriate point to lecture on the evils
-// of the Qt headers, those most fucked up of disgusting ratholes.
-// But I won't.
-#undef signals
 #include "QGraphics.h"
 #include "QInclude.h"
 #include "QIndex.h"
Index: pch.h
===================================================================
--- pch.h       (revision 14408)
+++ pch.h       (working copy)
@@ -21,16 +21,3 @@
 #include <string>
 #include <utility>
 #include <vector>
-
-// Have I said anything about the braindeadness of QT lately?
-// Just to remind you: signals slot emit as macros, pure lunacy!
-// So we are not able to have any qt headers in the pch.
-
-// #include <qt.h>
-
-// #define qtsignal signal
-// #define qtsignals signals
-// #define qtemit emit
-// #undef signal
-// #undef signals
-// #undef emit
Index: QBrowseBox.h
===================================================================
--- QBrowseBox.h        (revision 14408)
+++ QBrowseBox.h        (working copy)
@@ -39,7 +39,7 @@
        int exec(int x, int y);
        int exec(const QWidget * trigger);
 
-signals:
+Q_SIGNALS:
        void selected(int, int);
 
 protected:

Reply via email to