diff options
Diffstat (limited to 'mandriva/2010.2/dependencies/libtqtinterface/tqt-comments.patch')
-rw-r--r-- | mandriva/2010.2/dependencies/libtqtinterface/tqt-comments.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mandriva/2010.2/dependencies/libtqtinterface/tqt-comments.patch b/mandriva/2010.2/dependencies/libtqtinterface/tqt-comments.patch new file mode 100644 index 000000000..e367613f8 --- /dev/null +++ b/mandriva/2010.2/dependencies/libtqtinterface/tqt-comments.patch @@ -0,0 +1,23 @@ +--- qtinterface/tqt.h.orig 2010-08-31 00:37:01.000000000 +0100 ++++ qtinterface/tqt.h 2011-02-03 13:48:47.483987570 +0000 +@@ -42,7 +42,7 @@ + #define TQT_METHOD(a) METHOD(a) + #define TQT_SLOT(a) SLOT(a) + #define TQT_SIGNAL(a) SIGNAL(a) +-#endif // __cplusplus ++#endif + + #ifdef USE_QT3 + #define qint64 long +@@ -1319,11 +1319,4 @@ + #define TQXmlDefaultHandler QXmlDefaultHandler + #endif + +-// Undo any damage caused by the tqt-replace utility +-//#define QCStringList TQCStringList +-//#define QtWIN TQtWIN +- +-//#include "kdemacros.h.in" +-//#define TQT_EXPORT KDE_EXPORT +- + #endif /* TQT_H */ |