diff options
author | Timothy Pearson <[email protected]> | 2011-10-14 23:31:33 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-10-14 23:31:33 -0500 |
commit | d2587a8509c0e15c38d99fb4bcfa2b2fc3209e9b (patch) | |
tree | 86eec4e4a0f6ba88cc7e6fab9ec926bc93d72396 /mandriva/2010.2/dependencies/libtqtinterface/tqt-comments.patch | |
parent | f63b035a91cf5baff629f5e5dee4aeb7efe8d57b (diff) | |
parent | ec2515f058c60d2478a549f58376db628ba556b9 (diff) | |
download | tde-packaging-d2587a8509c0e15c38d99fb4bcfa2b2fc3209e9b.tar.gz tde-packaging-d2587a8509c0e15c38d99fb4bcfa2b2fc3209e9b.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
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 */ |